From 2be539371418acc45f94804c468588d4259e0bc8 Mon Sep 17 00:00:00 2001 From: wangchao Date: Wed, 7 Jan 2004 08:20:56 +0000 Subject: [PATCH] fix a typo. --- lustre/utils/lmc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.3.1