From: Kefu Chai Date: Thu, 9 May 2019 10:51:31 +0000 (+0800) Subject: crimson/osd: add crimson_debug_pg_always_active option X-Git-Tag: v15.1.0~2661^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28079%2Fhead;p=ceph.git crimson/osd: add crimson_debug_pg_always_active option before crimson is able to peer, we should leave this option ON. Signed-off-by: Kefu Chai --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 67607ae206d7..73149ec92f09 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -1538,3 +1538,5 @@ OPTION(rgw_sts_token_introspection_url, OPT_STR) // url for introspecting web t OPTION(rgw_sts_client_id, OPT_STR) // Client Id OPTION(rgw_sts_client_secret, OPT_STR) // Client Secret OPTION(debug_allow_any_pool_priority, OPT_BOOL) + +OPTION(crimson_debug_pg_always_active, OPT_BOOL) diff --git a/src/common/options.cc b/src/common/options.cc index 64512e4008c5..6734274613ee 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -8240,6 +8240,10 @@ std::vector