From: Sage Weil Date: Mon, 28 Aug 2017 21:18:00 +0000 (-0400) Subject: mon: remove mon_osd_allow_primary_{temp,affinity} X-Git-Tag: v13.0.1~1005^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2587abc30d8d7b77aff30ed56191cbb63f59be8a;p=ceph.git mon: remove mon_osd_allow_primary_{temp,affinity} These are covered by require_osd_release in the OSDMap. Signed-off-by: Sage Weil --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 1a846818ff0b..cf0564a12e32 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -223,8 +223,6 @@ OPTION(mon_osd_min_in_ratio, OPT_DOUBLE) // min osds required to be in to mark OPTION(mon_osd_warn_op_age, OPT_DOUBLE) // max op age before we generate a warning (make it a power of 2) OPTION(mon_osd_err_op_age_ratio, OPT_DOUBLE) // when to generate an error, as multiple of mon_osd_warn_op_age OPTION(mon_osd_max_split_count, OPT_INT) // largest number of PGs per "involved" OSD to let split create -OPTION(mon_osd_allow_primary_temp, OPT_BOOL) // allow primary_temp to be set in the osdmap -OPTION(mon_osd_allow_primary_affinity, OPT_BOOL) // allow primary_affinity to be set in the osdmap OPTION(mon_osd_prime_pg_temp, OPT_BOOL) // prime osdmap with pg mapping changes OPTION(mon_osd_prime_pg_temp_max_time, OPT_FLOAT) // max time to spend priming OPTION(mon_osd_prime_pg_temp_max_estimate, OPT_FLOAT) // max estimate of pg total before we do all pgs in parallel diff --git a/src/common/options.cc b/src/common/options.cc index e6c678b3330a..fb0d3adc408d 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -961,14 +961,6 @@ std::vector