]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: remove refrences to `mds_log_major_segment_event_ratio` 60381/head
authorVenky Shankar <vshankar@redhat.com>
Wed, 23 Oct 2024 06:39:27 +0000 (06:39 +0000)
committerVenky Shankar <vshankar@redhat.com>
Wed, 23 Oct 2024 14:01:12 +0000 (14:01 +0000)
Signed-off-by: Venky Shankar <vshankar@redhat.com>
doc/cephfs/mds-journaling.rst

index b6ccf27c8c0ad8d30db7846b500727fe0e3858e4..9325eab7a2d43399773042f7569bb591a27a3ec8 100644 (file)
@@ -141,14 +141,12 @@ The targetted size of a log segment in terms of number of events is controlled b
 
 .. confval:: mds_log_events_per_segment
 
-The frequency of major segments (noted by the journaling of the latest ``ESubtreeMap``) is controlled by:
+The number of minor mds log segments since last major segment is controlled by:
 
-.. confval:: mds_log_major_segment_event_ratio
+.. confval:: mds_log_minor_segments_per_major_segment
 
-When ``mds_log_events_per_segment * mds_log_major_segment_event_ratio``
-non-``ESubtreeMap`` events are logged, the MDS will journal a new
-``ESubtreeMap``. This is necessary to allow the journal to shrink in size
-during the trimming of expired segments.
+This controls how often the MDS trims expired log segments (higher the value, less
+often the MDS updates the journal expiry position for trimming).
 
 The target maximum number of segments is controlled by: