]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: sort configs
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 1 Feb 2023 16:05:47 +0000 (11:05 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 1 Aug 2023 15:15:59 +0000 (11:15 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDSRank.cc

index 832689e765cf57a0a060f412c1e44190c7bb0f75..d6d55adaa14af997494259ebf00983fbd0f16784 100644 (file)
@@ -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;