From: Patrick Donnelly Date: Thu, 28 Sep 2017 23:01:00 +0000 (-0700) Subject: mds: improve cap min/max ratio descriptions X-Git-Tag: v12.2.2~81^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=711892dceaa7e4598bffff0edcff45554bc06ffc;p=ceph.git mds: improve cap min/max ratio descriptions Signed-off-by: Patrick Donnelly (cherry picked from commit dcf97d17356f59c8870a36a99a77f879a20df348) --- diff --git a/doc/cephfs/mds-config-ref.rst b/doc/cephfs/mds-config-ref.rst index 141b90302ee..2fd47ae334f 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 1990e761bf2..15b75d989f2 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5751,11 +5751,11 @@ std::vector