From f0a4f713da9311d3bf74a7da2272fef1c75e71ce Mon Sep 17 00:00:00 2001 From: Konstantin Shalygin Date: Wed, 31 Jul 2019 10:26:37 +0700 Subject: [PATCH] doc: mds-config-ref: update 'mds_log_max_segments' value. Also drop options that not exists on code: * mds_log_max_expiring * mds_log_eopen_size Signed-off-by: Konstantin Shalygin (cherry picked from commit 3e72a58698f6c14b46177c58449505ddc35b5277) --- doc/cephfs/mds-config-ref.rst | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/doc/cephfs/mds-config-ref.rst b/doc/cephfs/mds-config-ref.rst index 70a97c90f5b6..11ebc8b0a943 100644 --- a/doc/cephfs/mds-config-ref.rst +++ b/doc/cephfs/mds-config-ref.rst @@ -178,21 +178,7 @@ we initiate trimming. Set to ``-1`` to disable limits. :Type: 32-bit Integer -:Default: ``30`` - - -``mds log max expiring`` - -:Description: The maximum number of segments to expire in parallels -:Type: 32-bit Integer -:Default: ``20`` - - -``mds log eopen size`` - -:Description: The maximum number of inodes in an EOpen event. -:Type: 32-bit Integer -:Default: ``100`` +:Default: ``128`` ``mds bal sample interval`` -- 2.47.3