Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
9223372036854775807
Description
Currently, an error is reported if mdc.*.max_mod_rpcs_in_flight is set larger or equal to mdc.*.max_rpcs_in_flight. However, it makes more sense to allow the user to set max_mod_rpcs_in_flight directly, and just increase max_rpcs_in_flight appropriately, rather than returning an error and telling the user to do that instead.
Also, during mount config parameter processing, there may be a race between MDC setup and config log handling, so allow max_mod_rpcs_in_flight to be temporarily increased, and then it will be reduced later to the server value when the OCD information is handled.
The issue in this ticket was resolved. The remaining two separate issues are tracked in LU-14144 and LU-14145.