From 1779bad14402b19e19653ccff2cc51906fb85959 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 5 Apr 2015 17:59:04 -0700 Subject: [PATCH] os/FileStore: init/clear temp collections *after* replay Signed-off-by: Sage Weil --- src/os/FileStore.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/FileStore.cc b/src/os/FileStore.cc index c921d47b9a4a9..b13f229a998ce 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(); -- 2.39.5