]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rename filestore_ops/bytes to journal_ops/bytes
authorxinxin shu <xinxin.shu@intel.com>
Thu, 23 Jul 2015 02:36:51 +0000 (10:36 +0800)
committerxinxin shu <xinxin.shu@intel.com>
Fri, 31 Jul 2015 06:09:35 +0000 (14:09 +0800)
Signed-off-by: xinxin shu <xinxin.shu@intel.com>
src/os/FileJournal.h

index 9e07b4046d97dc958b07becdeb572d5ae400e2aa..087ebe0c87adbea9e691dd8c7d41e8244de0fe74 100644 (file)
@@ -383,8 +383,8 @@ private:
     full_state(FULL_NOTFULL),
     fd(-1),
     writing_seq(0),
-    throttle_ops(g_ceph_context, "filestore_ops", g_conf->journal_queue_max_ops),
-    throttle_bytes(g_ceph_context, "filestore_bytes", g_conf->journal_queue_max_bytes),
+    throttle_ops(g_ceph_context, "journal_ops", g_conf->journal_queue_max_ops),
+    throttle_bytes(g_ceph_context, "journal_bytes", g_conf->journal_queue_max_bytes),
     write_lock("FileJournal::write_lock", false, true, false, g_ceph_context),
     write_stop(true),
     aio_stop(true),