Skip to content

Commit 6e257b5

Browse files
committed
mds: sort conf keys
Signed-off-by: Patrick Donnelly <[email protected]>
1 parent e64b3bd commit 6e257b5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/mds/MDSRank.cc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4083,18 +4083,16 @@ const char** MDSRankDispatcher::get_tracked_conf_keys() const
40834083
"mds_bal_unreplicate_threshold",
40844084
"mds_cache_memory_limit",
40854085
"mds_cache_mid",
4086-
"mds_cache_reservation",
40874086
"mds_cache_quiesce_decay_rate",
4088-
"mds_cache_quiesce_threshold",
40894087
"mds_cache_quiesce_sleep",
4088+
"mds_cache_quiesce_threshold",
4089+
"mds_cache_reservation",
40904090
"mds_cache_trim_decay_rate",
40914091
"mds_cap_acquisition_throttle_retry_request_time",
40924092
"mds_cap_revoke_eviction_timeout",
40934093
"mds_debug_subtrees",
40944094
"mds_dir_max_entries",
40954095
"mds_dump_cache_threshold_file",
4096-
"mds_server_dispatch_client_request_delay",
4097-
"mds_server_dispatch_killpoint_random",
40984096
"mds_dump_cache_threshold_formatter",
40994097
"mds_enable_op_tracker",
41004098
"mds_export_ephemeral_distributed",
@@ -4118,6 +4116,8 @@ const char** MDSRankDispatcher::get_tracked_conf_keys() const
41184116
"mds_log_pause",
41194117
"mds_log_skip_corrupt_events",
41204118
"mds_log_skip_unbounded_events",
4119+
"mds_log_trim_decay_rate",
4120+
"mds_log_trim_threshold",
41214121
"mds_max_caps_per_client",
41224122
"mds_max_export_size",
41234123
"mds_max_purge_files",
@@ -4131,14 +4131,14 @@ const char** MDSRankDispatcher::get_tracked_conf_keys() const
41314131
"mds_recall_max_decay_rate",
41324132
"mds_recall_warning_decay_rate",
41334133
"mds_request_load_average_decay_rate",
4134+
"mds_server_dispatch_client_request_delay",
4135+
"mds_server_dispatch_killpoint_random",
41344136
"mds_session_cache_liveness_decay_rate",
41354137
"mds_session_cap_acquisition_decay_rate",
41364138
"mds_session_cap_acquisition_throttle",
41374139
"mds_session_max_caps_throttle_ratio",
4138-
"mds_symlink_recovery",
41394140
"mds_session_metadata_threshold",
4140-
"mds_log_trim_threshold",
4141-
"mds_log_trim_decay_rate",
4141+
"mds_symlink_recovery",
41424142
NULL
41434143
};
41444144
return KEYS;

0 commit comments

Comments
 (0)