From 17d353308b6e754b6ba531a1851e5839b9b2b380 Mon Sep 17 00:00:00 2001 From: Niu Yawei Date: Mon, 1 Jul 2013 22:41:35 -0400 Subject: [PATCH] LU-3543 quota: minor fix in s-q test_7c 'do_facet' is missed when setting 'force_reint'. Signed-off-by: Niu Yawei Change-Id: I92e43f98e4e574e31af21f890454d7150c7c35f0 Reviewed-on: http://review.whamcloud.com/6851 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Keith Mannthey Reviewed-by: Oleg Drokin --- lustre/tests/sanity-quota.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index a2cef17..a0ec174 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -1116,7 +1116,8 @@ test_7c() { # trigger reintegration local procf="osd-$(facet_fstype ost1).$FSNAME-OST*." procf=${procf}quota_slave.force_reint - $LCTL set_param $procf=1 || "force reintegration failed" + do_facet ost1 $LCTL set_param $procf=1 || + error "force reintegration failed" echo "Stop mds..." stop mds1 -- 1.8.3.1