From 14826b637ede376f65fe0d6dabc3f9fa2715df78 Mon Sep 17 00:00:00 2001 From: wangchao Date: Thu, 13 May 2004 08:16:53 +0000 Subject: [PATCH] a small fix on lmc to update its reference and description --- lustre/utils/lmc | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/lustre/utils/lmc b/lustre/utils/lmc index 37cfab7..8d3d260 100755 --- a/lustre/utils/lmc +++ b/lustre/utils/lmc @@ -84,6 +84,7 @@ Object creation command summary: --add mds --node node_name --mds mds_name + --failover --dev path --backdev path --fstype extN|ext3 @@ -92,6 +93,8 @@ Object creation command summary: --nspath --journal_size size --inode_size size + --mkfsoptions options + --mountfsoptions options --add lov --lov lov_name @@ -103,6 +106,7 @@ Object creation command summary: --add ost --node node_name --ost ost_name + --failover --lov lov_name --dev path --backdev path @@ -111,8 +115,11 @@ Object creation command summary: --backfstype ext3|tmpfs --journal_size size --inode_size size - --obdtype obdecho|obdfilter + --osdtype obdecho|obdfilter --ostuuid uuid + --mkfsoptions options + --mountfsoptions options + --nspath --add mtpt - Mountpoint --node node_name @@ -122,8 +129,10 @@ Object creation command summary: --add route --node nodename + --router --gw nid - --tgt nid + --gateway_cluster_id nid + --target_cluster_id nid --lo nid --hi nid @@ -133,6 +142,11 @@ Object creation command summary: --add mgmt - Management/monitoring service --node node_name --mgmt mgmt_service_name + +--add cobd + --node node_name + --real_obd obd_name + --cache_obd obd_name """ PARAM = Lustre.Options.PARAM @@ -206,8 +220,8 @@ lmc_options = [ ('stripe_pattern', "Specify the stripe pattern. RAID 0 is the only one currently supported.", PARAM, 0), # cobd - ('real_obd', "", PARAM), - ('cache_obd', "", PARAM), + ('real_obd', "Specify the real device for the cache obd system.", PARAM), + ('cache_obd', "Specify the cache device for the cache obd system.", PARAM), ('mgmt', "Specify management/monitoring service name.", PARAM, ""), ] -- 1.8.3.1