From: mdilger Date: Fri, 31 May 2024 16:56:10 +0000 (-0400) Subject: LUDOC-529 manual: updated max_rpcs_in_flight values X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F55278%2F2;p=doc%2Fmanual.git LUDOC-529 manual: updated max_rpcs_in_flight values LustreProc.xml had incorrect values for max_rpcs_in_flight and max_mod_rpcs_in_flight. As pointed out, max_mod_rpcs_in_flight must always be the lower of the two values. Signed-off-by: Max Dilger Change-Id: Iaf536befd7f7248b40eb907cd74b81570b5f53ab Reviewed-on: https://review.whamcloud.com/c/doc/manual/+/55278 Tested-by: jenkins Reviewed-by: Andreas Dilger --- diff --git a/LustreProc.xml b/LustreProc.xml index 1551b38..29a57e6 100644 --- a/LustreProc.xml +++ b/LustreProc.xml @@ -1746,7 +1746,7 @@ obdfilter.lol-OST0001.sync_on_lock_cancel=never non-modifying RPCs, that can be sent in parallel by a client to a MDT target. This includes every file system metadata operations, such as file or directory stat, creation, unlink. The default setting is 8, - minimum setting is 1 and maximum setting is 256. + minimum setting is 2 and maximum setting is 512. To set the max_rpcs_in_flight parameter, run the following command on the Lustre client: client$ lctl set_param mdc.*.max_rpcs_in_flight=16 @@ -1756,7 +1756,7 @@ obdfilter.lol-OST0001.sync_on_lock_cancel=never client sends modify RPCs when it performs file or directory creation, unlink, access permission modification or ownership modification. The default setting is 7, minimum setting is 1 and maximum setting is - 256. + 511. To set the max_mod_rpcs_in_flight parameter, run the following command on the Lustre client: client$ lctl set_param mdc.*.max_mod_rpcs_in_flight=12