[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

View file

@ -26,6 +26,9 @@ fi
ceph osd crush remove $osd_name ceph osd crush remove $osd_name
ceph osd rm $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 to wait for monit to kill it
sleep 5 sleep 5
umount "$mountpath" umount "$mountpath"