From: xinxin shu Date: Thu, 23 Jul 2015 02:36:51 +0000 (+0800) Subject: rename filestore_ops/bytes to journal_ops/bytes X-Git-Tag: v9.1.0~375^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=79560bb727ec0acfabe509d3d2ea529dba8afa5f;p=ceph.git rename filestore_ops/bytes to journal_ops/bytes Signed-off-by: xinxin shu --- diff --git a/src/os/FileJournal.h b/src/os/FileJournal.h index 9e07b4046d97..087ebe0c87ad 100644 --- a/src/os/FileJournal.h +++ b/src/os/FileJournal.h @@ -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),