]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: elevate priority of many perf counters
authorJohn Spray <john.spray@redhat.com>
Wed, 13 Sep 2017 14:45:21 +0000 (10:45 -0400)
committerJohn Spray <john.spray@redhat.com>
Wed, 1 Nov 2017 23:03:25 +0000 (23:03 +0000)
commitfec2b3abf9d9abdc12bfeedaf2b22e8b0cc8c9f4
tree5fc0f113e8b756557183e67141ce76376a67cefb
parent8b9a18d3a0c40cb0ef10e32018ea1b23ff53f51e
mon: elevate priority of many perf counters

We can be quite liberal here, because mons are
small in number.  However, we don't want to expose
KV database counters at this database from OSDs, so
use the prio_adjust mechanism for that.

Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit ac8320f23dd4c00eb80da0d9837c29744e38bd57)
src/kv/KeyValueDB.h
src/kv/LevelDBStore.h
src/kv/RocksDBStore.h
src/mon/MonitorDBStore.h
src/mon/Paxos.cc