Skip to content

Commit

Permalink
os/bluestore: observe bluestore_throttle_cost_* options
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Apr 26, 2017
1 parent d0c8721 commit fb88c35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/os/bluestore/BlueStore.cc
Expand Up @@ -3263,6 +3263,9 @@ const char **BlueStore::get_tracked_conf_keys() const
"bleustore_deferred_batch_ops_ssd",
"bluestore_throttle_bytes",
"bluestore_throttle_deferred_bytes",
"bluestore_throttle_cost_per_io_hdd",
"bluestore_throttle_cost_per_io_ssd",
"bluestore_throttle_cost_per_io",
"bluestore_max_blob_size",
"bluestore_max_blob_size_ssd",
"bluestore_max_blob_size_hdd",
Expand Down

0 comments on commit fb88c35

Please sign in to comment.