]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: set mon_osd_initial_require_min_compat_client = jewel
authorSage Weil <sage@redhat.com>
Tue, 30 May 2017 17:55:18 +0000 (13:55 -0400)
committerSage Weil <sage@redhat.com>
Thu, 1 Jun 2017 02:01:51 +0000 (22:01 -0400)
IMO a jewel lower bound is reasonable for new clusters.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index a8c32009d18a23edd4e98f6d7e3053aecb077067..449e9a54beb8764118b44f2af70e6494df5c3797 100644 (file)
@@ -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