Whamcloud - gitweb
LUDOC-529 manual: updated max_rpcs_in_flight values 78/55278/2
authormdilger <mdilger@whamcloud.com>
Fri, 31 May 2024 16:56:10 +0000 (12:56 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 31 May 2024 18:09:12 +0000 (18:09 +0000)
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 <mdilger@whamcloud.com>
Change-Id: Iaf536befd7f7248b40eb907cd74b81570b5f53ab
Reviewed-on: https://review.whamcloud.com/c/doc/manual/+/55278
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
LustreProc.xml

index 1551b38..29a57e6 100644 (file)
@@ -1746,7 +1746,7 @@ obdfilter.lol-OST0001.sync_on_lock_cancel=never</screen>
           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.</para>
+          minimum setting is 2 and maximum setting is 512.</para>
         <para>To set the <literal>max_rpcs_in_flight</literal> parameter, run
           the following command on the Lustre client:</para>
         <screen>client$ lctl set_param mdc.*.max_rpcs_in_flight=16</screen>
@@ -1756,7 +1756,7 @@ obdfilter.lol-OST0001.sync_on_lock_cancel=never</screen>
           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.</para>
+          511.</para>
         <para>To set the <literal>max_mod_rpcs_in_flight</literal> parameter,
           run the following command on the Lustre client:</para>
         <screen>client$ lctl set_param mdc.*.max_mod_rpcs_in_flight=12</screen>