From: Sage Weil Date: Tue, 30 May 2017 17:55:18 +0000 (-0400) Subject: mon: set mon_osd_initial_require_min_compat_client = jewel X-Git-Tag: v12.1.0~330^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fdeb59d75ed330db9e8bf484475631b2d739cbd8;p=ceph-ci.git mon: set mon_osd_initial_require_min_compat_client = jewel IMO a jewel lower bound is reasonable for new clusters. Signed-off-by: Sage Weil --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index a8c32009d18..449e9a54beb 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -318,7 +318,7 @@ OPTION(mon_cache_target_full_warn_ratio, OPT_FLOAT, .66) // position between poo OPTION(mon_osd_full_ratio, OPT_FLOAT, .95) // what % full makes an OSD "full" OPTION(mon_osd_backfillfull_ratio, OPT_FLOAT, .90) // what % full makes an OSD backfill full (backfill halted) OPTION(mon_osd_nearfull_ratio, OPT_FLOAT, .85) // what % full makes an OSD near full -OPTION(mon_osd_initial_require_min_compat_client, OPT_STR, "hammer") +OPTION(mon_osd_initial_require_min_compat_client, OPT_STR, "jewel") OPTION(mon_allow_pool_delete, OPT_BOOL, false) // allow pool deletion OPTION(mon_fake_pool_delete, OPT_BOOL, false) // fake pool deletion (add _DELETED suffix) OPTION(mon_globalid_prealloc, OPT_U32, 10000) // how many globalids to prealloc