From: ren.huanwen Date: Mon, 18 Sep 2017 07:51:29 +0000 (+0800) Subject: doc/cephfs: add client min cache and max cache ratio describe X-Git-Tag: v13.0.1~744^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d879ff91e76f66f90364038920fc2c62dd18c449;p=ceph.git doc/cephfs: add client min cache and max cache ratio describe Signed-off-by: ren.huanwen --- diff --git a/doc/cephfs/mds-config-ref.rst b/doc/cephfs/mds-config-ref.rst index 8b18ba8bb831..a2c3f9d02c18 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``