From: John Spray Date: Wed, 30 Aug 2017 11:12:40 +0000 (+0100) Subject: mon: remove old-style mgr config opt usage X-Git-Tag: v12.2.2~61^2~36 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a0131144036a9ea64c6f8e3289562bf7db18c746;p=ceph.git mon: remove old-style mgr config opt usage Signed-off-by: John Spray (cherry picked from commit 6af4120d63324150ba19022c41fe4fa8a38cacbb) --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 47537b4957b2..efae31dcff19 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -262,7 +262,6 @@ OPTION(mon_max_mdsmap_epochs, OPT_INT) OPTION(mon_max_osd, OPT_INT) OPTION(mon_probe_timeout, OPT_DOUBLE) OPTION(mon_client_bytes, OPT_U64) // client msg data allowed in memory (in bytes) -OPTION(mon_mgr_proxy_client_bytes_ratio, OPT_FLOAT) // ratio of mon_client_bytes that can be consumed by proxied mgr commands before we error out to client OPTION(mon_log_max_summary, OPT_U64) OPTION(mon_daemon_bytes, OPT_U64) // mds, osd message memory cap (in bytes) OPTION(mon_max_log_entries_per_event, OPT_INT) @@ -1553,10 +1552,6 @@ OPTION(mgr_mon_messages, OPT_U64) // messages from mons OPTION(mgr_connect_retry_interval, OPT_DOUBLE) OPTION(mgr_service_beacon_grace, OPT_DOUBLE) -OPTION(mon_mgr_digest_period, OPT_INT) // How frequently to send digests -OPTION(mon_mgr_beacon_grace, OPT_INT) // How long to wait to failover -OPTION(mon_mgr_inactive_grace, OPT_INT) // How long before health WARN -> ERR -OPTION(mon_mgr_mkfs_grace, OPT_INT) // How long before we complain about MGR_DOWN OPTION(rgw_crypt_require_ssl, OPT_BOOL) // requests including encryption key headers must be sent over ssl OPTION(rgw_crypt_default_encryption_key, OPT_STR) // base64 encoded key for encryption of rgw objects OPTION(rgw_crypt_s3_kms_encryption_keys, OPT_STR) // extra keys that may be used for aws:kms diff --git a/src/common/options.cc b/src/common/options.cc index d2dc3b8b50db..71f58a35f1b7 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1152,7 +1152,9 @@ std::vector