From 5b1306142feb820a6c4f6e180ba68e428985b3f1 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 (cherry picked from commit d879ff91e76f66f90364038920fc2c62dd18c449) --- 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 4f7bea3ef85..141b90302ee 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