Whamcloud - gitweb
LUDOC-75 lnet: Add lst utility environment variable LST_FEATURES
authorDoug Oucharek <doug@whamcloud.com>
Thu, 6 Sep 2012 20:54:31 +0000 (13:54 -0700)
committerCliff White <cliffw@whamcloud.com>
Fri, 7 Sep 2012 20:05:55 +0000 (16:05 -0400)
Change LU-521 added a new environment variable LST_FEATURES.
This change is to document LST_FEATURES in the manul.

Signed-off-by: Doug Oucharek <doug.s.oucharek@intel.com>
Change-Id: I8760bb902b45d82203645f26c0d1df3e17b8891b
Reviewed-on: http://review.whamcloud.com/3893
Tested-by: Hudson
Reviewed-by: Richard Henwood <Richard.Henwood@intel.com>
Reviewed-by: Liang Zhen <liang@whamcloud.com>
Reviewed-by: Cliff White <cliffw@whamcloud.com>
LNETSelfTest.xml

index 119f8a5..6e13922 100644 (file)
@@ -174,6 +174,17 @@ lst end_session</screen>
       <title>Session Commands</title>
       <para>This section describes <literal>lst</literal> session commands.</para>
       <para><emphasis role="bold">
+          <literal>LST_FEATURES</literal>
+        </emphasis></para>
+       <para>The <literal>lst</literal> utility uses the <literal>LST_FEATURES</literal> environmental variable to determine what optional features should be enabled.  All features are disabled by default.  The supported values for <literal>LST_FEATURES</literal> are:</para>
+       <itemizedlist>
+         <listitem>
+           <para><emphasis role="bold"><literal>1</literal> -</emphasis>  Enable the Variable Page Size feature for LNet Selftest.</para>
+         </listitem>
+       </itemizedlist>
+       <para>Example:</para>
+       <screen>export LST_FEATURES=1</screen>
+      <para><emphasis role="bold">
           <literal>LST_SESSION</literal>
         </emphasis></para>
       <para>The <literal>lst</literal> utility uses the <literal>LST_SESSION</literal> environmental variable to identify the session locally on the self-test console node. This should be a numeric value that uniquely identifies all session processes on the node. It is convenient to set this to the process ID of the shell both for interactive use and in shell scripts. Almost all <literal>lst</literal> commands require <literal>LST_SESSION</literal> to be set.</para>