From 608d098c3be809a881a0103cc3a4fe4e8fe9d0a1 Mon Sep 17 00:00:00 2001 From: Doug Oucharek Date: Thu, 6 Sep 2012 13:54:31 -0700 Subject: [PATCH] LUDOC-75 lnet: Add lst utility environment variable LST_FEATURES 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 Change-Id: I8760bb902b45d82203645f26c0d1df3e17b8891b Reviewed-on: http://review.whamcloud.com/3893 Tested-by: Hudson Reviewed-by: Richard Henwood Reviewed-by: Liang Zhen Reviewed-by: Cliff White --- LNETSelfTest.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/LNETSelfTest.xml b/LNETSelfTest.xml index 119f8a5..6e13922 100644 --- a/LNETSelfTest.xml +++ b/LNETSelfTest.xml @@ -174,6 +174,17 @@ lst end_session Session Commands This section describes lst session commands. + LST_FEATURES + + The lst utility uses the LST_FEATURES environmental variable to determine what optional features should be enabled. All features are disabled by default. The supported values for LST_FEATURES are: + + + 1 - Enable the Variable Page Size feature for LNet Selftest. + + + Example: + export LST_FEATURES=1 + LST_SESSION The lst utility uses the LST_SESSION 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 lst commands require LST_SESSION to be set. -- 1.8.3.1