From: neeraj pratap singh Date: Tue, 2 Apr 2024 11:03:31 +0000 (+0530) Subject: mds : correction in the description for mds_log_max_segments config X-Git-Tag: v21.0.1~34^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ec0a2a08a471bcf8c3801f844dcfe630faa9e8f8;p=ceph.git mds : correction in the description for mds_log_max_segments config Since we use unsigned integer for the config option `mds_log_max_segments` , the value '-1' is not permitted. And there's no need to disable this limit. Hence removing this statement from the its description. Fixes: https://tracker.ceph.com/issues/64064 Signed-off-by: Neeraj Pratap Singh --- diff --git a/src/common/options/mds.yaml.in b/src/common/options/mds.yaml.in index b7ec143ab6fd..03ce7ae23963 100644 --- a/src/common/options/mds.yaml.in +++ b/src/common/options/mds.yaml.in @@ -603,7 +603,7 @@ options: level: advanced desc: maximum number of segments which may be untrimmed fmt_desc: The maximum number of segments (objects) in the journal before - we initiate trimming. Set to ``-1`` to disable limits. + we initiate trimming. default: 128 min: 8 services: