]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
stop: Unmount cephFS volumes 32024/head
authorKotresh HR <khiremat@redhat.com>
Thu, 5 Dec 2019 05:53:00 +0000 (11:23 +0530)
committerKotresh HR <khiremat@redhat.com>
Fri, 13 Dec 2019 12:09:44 +0000 (17:39 +0530)
commit2da9e1f473b23037be18a09befd34324c4e9b4aa
treecb3a4685b3f4e361248456570e9d8afe8836c043
parent3243a3475d611b57108490dcc3833ec498f15dba
stop: Unmount cephFS volumes

When stop.sh is run while the cephFS is mounted,
mount processes are retained and can't be killed.
And also the mount and df commands hang after this.
This patch unmounts the mounted volumes cleanly.

Signed-off-by: Kotresh HR <khiremat@redhat.com>
src/stop.sh