File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -141,14 +141,12 @@ The targetted size of a log segment in terms of number of events is controlled b
141141
142142.. confval :: mds_log_events_per_segment
143143
144- The frequency of major segments (noted by the journaling of the latest `` ESubtreeMap ``) is controlled by:
144+ The number of minor mds log segments since last major segment is controlled by:
145145
146- .. confval :: mds_log_major_segment_event_ratio
146+ .. confval :: mds_log_minor_segments_per_major_segment
147147
148- When ``mds_log_events_per_segment * mds_log_major_segment_event_ratio ``
149- non-``ESubtreeMap `` events are logged, the MDS will journal a new
150- ``ESubtreeMap ``. This is necessary to allow the journal to shrink in size
151- during the trimming of expired segments.
148+ This controls how often the MDS trims expired log segments (higher the value, less
149+ often the MDS updates the journal expiry position for trimming).
152150
153151The target maximum number of segments is controlled by:
154152
You can’t perform that action at this time.
0 commit comments