]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon/OSDMonitor: make memory autotune disable itself if no rocksdb
authorSage Weil <sage@redhat.com>
Thu, 5 Dec 2019 19:34:19 +0000 (13:34 -0600)
committerSage Weil <sage@redhat.com>
Thu, 5 Dec 2019 19:34:39 +0000 (13:34 -0600)
commit68eea44c118f862c752781bb20f75e6f51749329
tree4892fd75abade437968b2b4a4ae3c14dbbe8f151
parenteec1d9f0d3c7e0b07d0c41e79a467800db2c89ac
mon/OSDMonitor: make memory autotune disable itself if no rocksdb

Currently, we crash (failed assertion). Instead, just disable autotuning.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/OSDMonitor.cc