Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
``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``
Option("mds_min_caps_per_client", Option::TYPE_UINT, Option::LEVEL_ADVANCED)
.set_default(100)
- .set_description("Set the minimum cache number of client"),
+ .set_description("minimum number of capabilities a client may hold"),
Option("mds_max_ratio_caps_per_client", Option::TYPE_FLOAT, Option::LEVEL_ADVANCED)
.set_default(.8)
- .set_description("Set the maximum cache number ratio of client"),
+ .set_description("maximum ratio of current caps that may be recalled during MDS cache pressure"),
});
}