From ea7d82653636582d273bdea796cb4cde88f79df8 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 18 Mar 2004 01:19:45 +0000 Subject: [PATCH] Update b_bug1414 from HEAD (20040317_1808) --- lustre/utils/lmc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.3.1