From: Sage Weil Date: Thu, 11 Jan 2018 19:37:40 +0000 (-0600) Subject: osdmaptool: eliminiate global osd_pg[p]_bits option X-Git-Tag: v13.0.2~78^2~54 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e6acf2d1d528a2395947d446a57bec04a3a002dc;p=ceph.git osdmaptool: eliminiate global osd_pg[p]_bits option osdmaptool is the only user. Signed-off-by: Sage Weil --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 0cc9e7546f63..dd33b4486589 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -568,8 +568,6 @@ OPTION(osd_max_write_size, OPT_INT) OPTION(osd_max_pgls, OPT_U64) // max number of pgls entries to return OPTION(osd_client_message_size_cap, OPT_U64) // client data allowed in-memory (in bytes) OPTION(osd_client_message_cap, OPT_U64) // num client messages allowed in-memory -OPTION(osd_pg_bits, OPT_INT) // bits per osd -OPTION(osd_pgp_bits, OPT_INT) // bits per osd OPTION(osd_crush_update_weight_set, OPT_BOOL) // update weight set while updating weights OPTION(osd_crush_chooseleaf_type, OPT_INT) // 1 = host OPTION(osd_pool_use_gmt_hitset, OPT_BOOL) // try to use gmt for hitset archive names if all osds in cluster support it. diff --git a/src/common/options.cc b/src/common/options.cc index 00cad6fa0a91..5a9ddb81548c 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1888,14 +1888,6 @@ std::vector