From d879ff91e76f66f90364038920fc2c62dd18c449 Mon Sep 17 00:00:00 2001 From: "ren.huanwen" Date: Mon, 18 Sep 2017 15:51:29 +0800 Subject: [PATCH] doc/cephfs: add client min cache and max cache ratio describe Signed-off-by: ren.huanwen --- doc/cephfs/mds-config-ref.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/cephfs/mds-config-ref.rst b/doc/cephfs/mds-config-ref.rst index 8b18ba8bb83..a2c3f9d02c1 100644 --- a/doc/cephfs/mds-config-ref.rst +++ b/doc/cephfs/mds-config-ref.rst @@ -613,3 +613,17 @@ :Type: Boolean :Default: ``false`` + + +``mds min caps per client`` + +:Description: Set the minimum cache number of client +:Type: Integer +:Default: ``100`` + + +``mds max ratio caps per client`` + +:Description: Set the maximum cache number ratio of client +:Type: Float +:Default: ``0.8`` -- 2.47.3