From: Mark Nelson Date: Mon, 5 Jun 2017 14:49:52 +0000 (-0500) Subject: common/config_opts.h: Lower HDD throttle cost. X-Git-Tag: v12.1.0~222^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb8ac49c43e9f97fdb808a8c99a8d1d1263cf09e;p=ceph.git common/config_opts.h: Lower HDD throttle cost. Signed-off-by: Mark Nelson --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index b1d1dfc8f7b..f09cd4e26d9 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -1145,7 +1145,7 @@ 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_throttle_bytes, OPT_U64, 64*1024*1024) OPTION(bluestore_throttle_deferred_bytes, OPT_U64, 128*1024*1024) -OPTION(bluestore_throttle_cost_per_io_hdd, OPT_U64, 1500000) +OPTION(bluestore_throttle_cost_per_io_hdd, OPT_U64, 670000) OPTION(bluestore_throttle_cost_per_io_ssd, OPT_U64, 4000) OPTION(bluestore_throttle_cost_per_io, OPT_U64, 0) OPTION(bluestore_deferred_batch_ops, OPT_U64, 0)