]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
filestore: add objectstore finisher name 6175/head
authorXinze Chi <xinze@xsky.com>
Sun, 4 Oct 2015 23:49:31 +0000 (07:49 +0800)
committerXinze Chi <xinze@xsky.com>
Mon, 5 Oct 2015 00:56:24 +0000 (08:56 +0800)
we could not get perf couter until add finisher name

Signed-off-by: Xinze Chi <xinze@xsky.com>
src/os/JournalingObjectStore.h

index fbfa20ce0f1f53207940c2b602726af74c869e8b..1531d3cdd000505791c866bd945e67abda3c59dd 100644 (file)
@@ -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) {}