From: Sage Weil Date: Tue, 3 Dec 2013 20:26:31 +0000 (-0800) Subject: os/FileStore: allow mount after umount X-Git-Tag: v0.74~35^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=36505e85b4f0a69df2c7085d56be91bc62b18c99;p=ceph.git os/FileStore: allow mount after umount Clear the stop flag on successful shutdown so that we can start again later. Signed-off-by: Sage Weil --- diff --git a/src/os/FileStore.cc b/src/os/FileStore.cc index 3f363f45f6c..db5d592d5c2 100644 --- a/src/os/FileStore.cc +++ b/src/os/FileStore.cc @@ -3140,6 +3140,7 @@ void FileStore::sync_entry() goto again; } } + stop = false; lock.Unlock(); }