[ceph osd stop remove] Add mount hint
This commit is contained in:
parent
4147bbca91
commit
eb50247e5e
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue