From: Sage Weil Date: Thu, 11 Apr 2019 13:41:03 +0000 (-0500) Subject: mon: make mon_osd_down_out_subtree_limit update at runtime X-Git-Tag: v15.1.0~2939^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F27517%2Fhead;p=ceph.git mon: make mon_osd_down_out_subtree_limit update at runtime Signed-off-by: Sage Weil --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 7d78a292afb6..1ace92bc6373 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -202,7 +202,6 @@ OPTION(mon_osd_auto_mark_auto_out_in, OPT_BOOL) // mark booting auto-marked-out OPTION(mon_osd_auto_mark_new_in, OPT_BOOL) // mark booting new osds 'in' OPTION(mon_osd_destroyed_out_interval, OPT_INT) // seconds OPTION(mon_osd_down_out_interval, OPT_INT) // seconds -OPTION(mon_osd_down_out_subtree_limit, OPT_STR) // smallest crush unit/type that we will not automatically mark out OPTION(mon_osd_min_up_ratio, OPT_DOUBLE) // min osds required to be up to mark things down OPTION(mon_osd_min_in_ratio, OPT_DOUBLE) // min osds required to be in to mark things out OPTION(mon_osd_warn_op_age, OPT_DOUBLE) // max op age before we generate a warning (make it a power of 2) diff --git a/src/common/options.cc b/src/common/options.cc index 36ed0fbb355f..88c01365c547 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1355,6 +1355,7 @@ std::vector