[ceph osd stop remove] Add mount hint

This commit is contained in:
Nico Schottelius 2018-07-10 13:33:01 +02:00
parent 4147bbca91
commit eb50247e5e
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ fi
ceph osd crush remove $osd_name
ceph osd rm $osd_name
echo "Mount path before umounting: "
mount | grep "$mountpath"
# Sleep 5 to wait for monit to kill it
sleep 5
umount "$mountpath"