From 3e72a58698f6c14b46177c58449505ddc35b5277 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 --- 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 83bd3385831..4e7a5abc0c8 100644 --- a/doc/cephfs/mds-config-ref.rst +++ b/doc/cephfs/mds-config-ref.rst @@ -176,21 +176,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.39.5