From: eeb Date: Thu, 24 Feb 2005 10:27:10 +0000 (+0000) Subject: * Added network type 'ra' to comments/help strings in lmc X-Git-Tag: v1_8_0_110~486^5~9 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=e7258607ab23a0cecd6268bd47609ebb90bb86f3;p=fs%2Flustre-release.git * Added network type 'ra' to comments/help strings in lmc --- diff --git a/lustre/utils/lmc b/lustre/utils/lmc index 638c4f7..99364de 100755 --- a/lustre/utils/lmc +++ b/lustre/utils/lmc @@ -74,7 +74,7 @@ Object creation command summary: --node node_name --nid nid --cluster_id - --nettype tcp|elan|gm|openib|iib|vib + --nettype tcp|elan|gm|openib|iib|vib|ra --hostaddr ip[/netmask] --port port --tcpbuf size @@ -163,7 +163,7 @@ lmc_options = [ ('subsystem', "Specify which Lustre subsystems have debug output recorded in the log", PARAM), # network - ('nettype', "Specify the network type. This can be tcp/elan/gm/openib/iib/vib.", PARAM), + ('nettype', "Specify the network type. This can be tcp/elan/gm/openib/iib/vib/ra.", PARAM), ('nid', "Give the network ID, e.g ElanID/IP Address as used by portals.", PARAM), ('port', "Optional argument to specify the TCP port number.", PARAM, DEFAULT_PORT), ('hostaddr', "Optional argument to specify the host address.", PARAMLIST),