Signed-off-by: Sage Weil <sage@redhat.com>
.set_default(true)
.set_description(""),
+ Option("mon_warn_on_pool_no_app", Option::TYPE_BOOL, Option::LEVEL_DEV)
+ .set_default(true)
+ .set_description("Enable POOL_APP_NOT_ENABLED health check"),
+
Option("mon_min_osdmap_epochs", Option::TYPE_INT, Option::LEVEL_ADVANCED)
.set_default(500)
.set_description(""),
}
// POOL_APP
- {
+ if (g_conf->get_val<bool>("mon_warn_on_pool_no_app")) {
list<string> detail;
for (auto &it : pools) {
const pg_pool_t &pool = it.second;