From: Patrick Donnelly Date: Wed, 1 Feb 2023 16:05:47 +0000 (-0500) Subject: mds: sort configs X-Git-Tag: v19.0.0~760^2~29 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9377e8037858a68a9895fd7e28bf08b9be7f3466;p=ceph.git mds: sort configs Signed-off-by: Patrick Donnelly --- diff --git a/src/mds/MDSRank.cc b/src/mds/MDSRank.cc index 832689e765cf..d6d55adaa14a 100644 --- a/src/mds/MDSRank.cc +++ b/src/mds/MDSRank.cc @@ -3786,6 +3786,7 @@ const char** MDSRankDispatcher::get_tracked_conf_keys() const "clog_to_syslog_level", "fsid", "host", + "mds_alternate_name_max", "mds_bal_fragment_dirs", "mds_bal_fragment_interval", "mds_bal_fragment_size_max", @@ -3793,19 +3794,27 @@ const char** MDSRankDispatcher::get_tracked_conf_keys() const "mds_cache_mid", "mds_cache_reservation", "mds_cache_trim_decay_rate", + "mds_cap_acquisition_throttle_retry_request_time", "mds_cap_revoke_eviction_timeout", + "mds_dir_max_entries", "mds_dump_cache_threshold_file", "mds_dump_cache_threshold_formatter", "mds_enable_op_tracker", + "mds_export_ephemeral_distributed", "mds_export_ephemeral_random", "mds_export_ephemeral_random_max", - "mds_export_ephemeral_distributed", + "mds_extraordinary_events_dump_interval", + "mds_forward_all_requests_to_auth", "mds_health_cache_threshold", + "mds_heartbeat_grace", + "mds_heartbeat_reset_grace", + "mds_inject_journal_corrupt_dentry_first", "mds_inject_migrator_session_race", + "mds_inject_rename_corrupt_dentry_first", "mds_log_pause", + "mds_max_caps_per_client", "mds_max_export_size", "mds_max_purge_files", - "mds_forward_all_requests_to_auth", "mds_max_purge_ops", "mds_max_purge_ops_per_pg", "mds_max_snaps_per_dir", @@ -3817,19 +3826,10 @@ const char** MDSRankDispatcher::get_tracked_conf_keys() const "mds_recall_warning_decay_rate", "mds_request_load_average_decay_rate", "mds_session_cache_liveness_decay_rate", - "mds_heartbeat_reset_grace", - "mds_heartbeat_grace", "mds_session_cap_acquisition_decay_rate", - "mds_max_caps_per_client", "mds_session_cap_acquisition_throttle", "mds_session_max_caps_throttle_ratio", - "mds_cap_acquisition_throttle_retry_request_time", - "mds_alternate_name_max", - "mds_dir_max_entries", "mds_symlink_recovery", - "mds_extraordinary_events_dump_interval", - "mds_inject_rename_corrupt_dentry_first", - "mds_inject_journal_corrupt_dentry_first", NULL }; return KEYS;