From a52168527aafc6fd8b466d6b4b5a299f045dff67 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 17 Oct 2018 13:24:50 +0200 Subject: [PATCH] 2 seconds delay to short to umount successfully --- ceph-osd-stop-disable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-osd-stop-disable b/ceph-osd-stop-disable index 990141e..21a3385 100755 --- a/ceph-osd-stop-disable +++ b/ceph-osd-stop-disable @@ -24,7 +24,7 @@ else fi echo "Waiting for monit/ceph script to stop OSD" -sleep 2 +sleep 5 umount "$mountpath"