From: Niu Yawei Date: Tue, 2 Jul 2013 02:41:35 +0000 (-0400) Subject: LU-3543 quota: minor fix in s-q test_7c X-Git-Tag: 2.4.52~4 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=17d353308b6e754b6ba531a1851e5839b9b2b380;p=fs%2Flustre-release.git 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 --- 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