From 392ca8bae161ceaf960c723d23889ad8bb96cb3d Mon Sep 17 00:00:00 2001 From: Xinze Chi Date: Mon, 5 Oct 2015 07:49:31 +0800 Subject: [PATCH] filestore: add objectstore finisher name we could not get perf couter until add finisher name Signed-off-by: Xinze Chi --- src/os/JournalingObjectStore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/JournalingObjectStore.h b/src/os/JournalingObjectStore.h index fbfa20ce0f1..1531d3cdd00 100644 --- a/src/os/JournalingObjectStore.h +++ b/src/os/JournalingObjectStore.h @@ -133,7 +133,7 @@ public: JournalingObjectStore(const std::string& path) : ObjectStore(path), journal(NULL), - finisher(g_ceph_context), + finisher(g_ceph_context, "JournalObjectStore"), apply_manager(journal, finisher), replaying(false) {} -- 2.47.3