From 69bdd03a034fcb4603273055f87afe9b3b28a085 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 27 Jul 2007 17:00:39 +0000 Subject: [PATCH] ~CVS: Branch b1_6 b=13145 i=brian set conf_param on MGS --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 133118f..034fb6b 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -898,7 +898,7 @@ set_and_check() { FINAL=$(($ORIG + 5)) fi echo "Setting $PARAM from $ORIG to $FINAL" - $LCTL conf_param $PARAM=$FINAL + do_facet mds "$LCTL conf_param $PARAM=$FINAL" || error conf_param failed local RESULT local MAX=30 local WAIT=0 -- 1.8.3.1