From: wangchao Date: Wed, 7 Jan 2004 08:20:56 +0000 (+0000) Subject: fix a typo. X-Git-Tag: v1_7_100~2840 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2be539371418acc45f94804c468588d4259e0bc8;p=fs%2Flustre-release.git fix a typo. --- diff --git a/lustre/utils/lmc b/lustre/utils/lmc index db16fef..3646b64 100755 --- a/lustre/utils/lmc +++ b/lustre/utils/lmc @@ -699,7 +699,7 @@ def add_mds(gen, lustre, options): def add_mgmt(gen, lustre, options): node_name = get_option(options, 'node') - node_uuid = name2uuid(lustre, node_name, 'mode') + node_uuid = name2uuid(lustre, node_name, 'node') mgmt_name = get_option(options, 'mgmt') if not mgmt_name: mgmt_name = new_name('MGMT_' + node_name)