]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: remove bluestore_max_ops
authorSage Weil <sage@redhat.com>
Fri, 21 Apr 2017 14:46:43 +0000 (10:46 -0400)
committerSage Weil <sage@redhat.com>
Wed, 26 Apr 2017 15:38:42 +0000 (11:38 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h
src/os/bluestore/BlueStore.cc

index 98e81f230c993dec9713056499e4b1fb3a7f01d5..19aafd60d4ede6d296d58f24d415f964b26b3be6 100644 (file)
@@ -1124,7 +1124,6 @@ OPTION(bluestore_fsck_on_umount_deep, OPT_BOOL, true)
 OPTION(bluestore_fsck_on_mkfs, OPT_BOOL, true)
 OPTION(bluestore_fsck_on_mkfs_deep, OPT_BOOL, false)
 OPTION(bluestore_sync_submit_transaction, OPT_BOOL, false) // submit kv txn in queueing thread (not kv_sync_thread)
-OPTION(bluestore_max_ops, OPT_U64, 512)
 OPTION(bluestore_max_bytes, OPT_U64, 64*1024*1024)
 OPTION(bluestore_throttle_cost_per_io_hdd, OPT_U64, 1500000)
 OPTION(bluestore_throttle_cost_per_io_ssd, OPT_U64, 4000)
index b08a7bcab8ed3a8da966ff273a806fad8ac0076d..00c5168caef6c146de3f7d6c1d54cea27e363530 100644 (file)
@@ -3259,7 +3259,6 @@ const char **BlueStore::get_tracked_conf_keys() const
     "bleustore_deferred_batch_ops",
     "bleustore_deferred_batch_ops_hdd",
     "bleustore_deferred_batch_ops_ssd",
-    "bluestore_max_ops",
     "bluestore_max_bytes",
     "bluestore_deferred_max_ops",
     "bluestore_deferred_max_bytes",