From: adilger Date: Thu, 18 Mar 2004 01:19:45 +0000 (+0000) Subject: Update b_bug1414 from HEAD (20040317_1808) X-Git-Tag: v1_7_70~2^452~6 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ea7d82653636582d273bdea796cb4cde88f79df8;p=fs%2Flustre-release.git Update b_bug1414 from HEAD (20040317_1808) --- diff --git a/lustre/utils/lmc b/lustre/utils/lmc index f4deff5..98a56db 100755 --- a/lustre/utils/lmc +++ b/lustre/utils/lmc @@ -876,7 +876,7 @@ def add_lov(gen, lustre, options): # add an lovconfig entry to the active mdsdev profile lovconfig_name = new_name('LVCFG_' + name) lovconfig_uuid = new_uuid(lovconfig_name) - mds = findByName(lustre, mds_name) + mds = findByName(lustre, mds_name, "mds") mds.appendChild(gen.ref("lovconfig", lovconfig_uuid)) lovconfig = gen.lovconfig(lovconfig_name, lovconfig_uuid, uuid) lustre.appendChild(lovconfig)