]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: make live changes for BlueStore throttle config work like initial config 14225/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Wed, 29 Mar 2017 13:32:49 +0000 (09:32 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Wed, 29 Mar 2017 13:32:49 +0000 (09:32 -0400)
commit4db915a03d8effe7885547c1dea9ce449fe1e6db
tree7f1d8adbeb823f655dde9fef33f01229224d6be7
parent06256a53f33305aba35b37e1ab74620974d37e93
os/bluestore: make live changes for BlueStore throttle config work like initial config

Make live changes of configuration options bluestore_max_ops,
bluestore_max_bytes, bluestore_deferred_max_ops,
bluestore_deferred_max_bytes work the same way as initial
configuration. Specifically, the deferred throttles have a max to be
the sum of the deferred value and the non-deferred value during
initial configuration, so live changes now work this way.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/os/bluestore/BlueStore.cc