From: Xiubo Li Date: Tue, 1 Dec 2020 05:31:21 +0000 (+0800) Subject: doc/mds: fix the default value for mds_dir_max_commit_size X-Git-Tag: v16.1.0~432^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=51e4c7caf2d6da52859b9e86c0b6a9a6de44d7e5;p=ceph.git doc/mds: fix the default value for mds_dir_max_commit_size The default value has changed to 10MB. Signed-off-by: Xiubo Li --- diff --git a/doc/cephfs/mds-config-ref.rst b/doc/cephfs/mds-config-ref.rst index 0df15275bfcf4..36b3e42c2e084 100644 --- a/doc/cephfs/mds-config-ref.rst +++ b/doc/cephfs/mds-config-ref.rst @@ -39,10 +39,10 @@ ``mds dir max commit size`` :Description: The maximum size of a directory update before Ceph breaks it into - smaller transactions) (MB). + smaller transactions (MB). :Type: 32-bit Integer -:Default: ``90`` +:Default: ``10`` ``mds decay halflife``