From: Sage Weil Date: Mon, 6 Apr 2015 00:59:04 +0000 (-0700) Subject: os/FileStore: init/clear temp collections *after* replay X-Git-Tag: v9.0.3~52^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1779bad14402b19e19653ccff2cc51906fb85959;p=ceph.git os/FileStore: init/clear temp collections *after* replay Signed-off-by: Sage Weil --- diff --git a/src/os/FileStore.cc b/src/os/FileStore.cc index c921d47b9a4..b13f229a998 100644 --- a/src/os/FileStore.cc +++ b/src/os/FileStore.cc @@ -1556,8 +1556,6 @@ int FileStore::mount() } } - init_temp_collections(); - wbthrottle.start(); sync_thread.create(); @@ -1592,6 +1590,8 @@ int FileStore::mount() } } + init_temp_collections(); + journal_start(); op_tp.start();