From e7258607ab23a0cecd6268bd47609ebb90bb86f3 Mon Sep 17 00:00:00 2001 From: eeb Date: Thu, 24 Feb 2005 10:27:10 +0000 Subject: [PATCH] * Added network type 'ra' to comments/help strings in lmc --- lustre/utils/lmc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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), -- 1.8.3.1