Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
There is a typo in the example commands in section 35.4.5.1. Configuring the Client Metadata RPC Stream:
rpcs is misspelled as rcps
client$ lctl set_param mdc.*.max_rcps_in_flight=16
should be
client$ lctl set_param mdc.*.max_rpcs_in_flight=16
and
client$ lctl set_param mdc.*.max_mod_rcps_in_flight=12
should be
client$ lctl set_param mdc.*.max_mod_rpcs_in_flight=12