From: Xinze Chi Date: Sun, 4 Oct 2015 23:49:31 +0000 (+0800) Subject: filestore: add objectstore finisher name X-Git-Tag: v10.0.2~172^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=392ca8bae161ceaf960c723d23889ad8bb96cb3d;p=ceph.git filestore: add objectstore finisher name we could not get perf couter until add finisher name Signed-off-by: Xinze Chi --- 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) {}