integ/ceph
Stefan Dinescu 12f604b4dd Change ceph-init-wrapper wait logic
The stop, start and restart commands are waiting for any status
commands to finish before attempting the actual command

This would cause issues as some commands that are related to OSDs
only would wait for monitor status and vice-versa.

Depending on the number of OSD, the osd status command would take
too much time to finish, resulting on a "stop mon" command to
wait just as much, even though it didn't need to

Changes in this commit:
- commands related to OSD and monitors have their own wait times
  and separate flag files
- add improved logging to better see if the script is waiting
  for a certain function too finish

Change-Id: Ia03981b2b49f999e8a96aa12361209a418da4c50
Closes-bug: 1836075
Depends-On: I3ace73650e4fe9aafc84c82e2ffe048f2039305e
Signed-off-by: Stefan Dinescu <stefan.dinescu@windriver.com>
2019-07-31 11:34:07 +03:00
..
ceph Change ceph-init-wrapper wait logic 2019-07-31 11:34:07 +03:00
ceph-manager ceph-manager: fix tox issues 2019-04-26 08:54:44 +00:00
python-cephclient python-cephclient: populate items list for all nodes except osd 2019-07-24 16:41:10 +00:00