From: Patrick Donnelly Date: Thu, 28 Sep 2017 23:01:00 +0000 (-0700) Subject: mds: improve cap min/max ratio descriptions X-Git-Tag: v13.0.1~744^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16036%2Fhead;p=ceph.git mds: improve cap min/max ratio descriptions Signed-off-by: Patrick Donnelly --- diff --git a/doc/cephfs/mds-config-ref.rst b/doc/cephfs/mds-config-ref.rst index a2c3f9d02c1..b597302764e 100644 --- a/doc/cephfs/mds-config-ref.rst +++ b/doc/cephfs/mds-config-ref.rst @@ -617,13 +617,13 @@ ``mds min caps per client`` -:Description: Set the minimum cache number of client +:Description: Set the minimum number of capabilities a client may hold. :Type: Integer :Default: ``100`` ``mds max ratio caps per client`` -:Description: Set the maximum cache number ratio of client +:Description: Set the maximum ratio of current caps that may be recalled during MDS cache pressure. :Type: Float :Default: ``0.8`` diff --git a/src/common/options.cc b/src/common/options.cc index 1d67d286f54..314b7b5686b 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5784,11 +5784,11 @@ std::vector