From 51e4c7caf2d6da52859b9e86c0b6a9a6de44d7e5 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Tue, 1 Dec 2020 13:31:21 +0800 Subject: [PATCH] doc/mds: fix the default value for mds_dir_max_commit_size The default value has changed to 10MB. Signed-off-by: Xiubo Li --- doc/cephfs/mds-config-ref.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`` -- 2.39.5