From 152eab63ea2b960bd8687556412c821ecc19d518 Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Thu, 30 Oct 2008 18:37:15 +0000 Subject: [PATCH] b=17532 i=Yury.Umanets local cfg CMD fix for several mds nodes configuration --- lustre/tests/cfg/local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/cfg/local.sh b/lustre/tests/cfg/local.sh index 85649af2cc..f958d58559 100644 --- a/lustre/tests/cfg/local.sh +++ b/lustre/tests/cfg/local.sh @@ -5,7 +5,7 @@ mds_HOST=${mds_HOST:-`hostname`} mdsfailover_HOST=${mdsfailover_HOST} mds1_HOST=${mds1_HOST:-$mds_HOST} mds1failover_HOST=${mds1failover_HOST:-$mdsfailover_HOST} -mgs_HOST=${mgs_HOST:-$mds_HOST} +mgs_HOST=${mgs_HOST:-$mds1_HOST} ost_HOST=${ost_HOST:-`hostname`} ostfailover_HOST=${ostfailover_HOST} CLIENTS="" -- GitLab