[osd remove] wait for monit to terminate
This commit is contained in:
parent
65b9001f89
commit
4147bbca91
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ fi
|
|||
ceph osd crush remove $osd_name
|
||||
ceph osd rm $osd_name
|
||||
|
||||
# Sleep 5 to wait for monit to kill it
|
||||
sleep 5
|
||||
umount "$mountpath"
|
||||
|
||||
echo 'TODO: remove from fstab!'
|
||||
|
|
Loading…
Reference in a new issue