]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
KeyValueStore: fix the name's typo of keyvaluestore_default_strip_size 6375/head
authorZhi Zhang <zhangz.david@outlook.com>
Mon, 26 Oct 2015 07:04:55 +0000 (15:04 +0800)
committerZhi Zhang <zhangz.david@outlook.com>
Mon, 26 Oct 2015 07:04:55 +0000 (15:04 +0800)
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
src/os/KeyValueStore.cc

index 1a633c6af777aa2bf13d235a25e1717eadb8aa01..f83532caf0c122638e64724ad73b980737b951f2 100644 (file)
@@ -2888,7 +2888,7 @@ const char** KeyValueStore::get_tracked_conf_keys() const
   static const char* KEYS[] = {
     "keyvaluestore_queue_max_ops",
     "keyvaluestore_queue_max_bytes",
-    "keyvaluestore_strip_size",
+    "keyvaluestore_default_strip_size",
     "keyvaluestore_dump_file",
     NULL
   };