From 907079829f440875ea0527efb31bda9ac1471eb0 Mon Sep 17 00:00:00 2001 From: Li Wei Date: Tue, 5 Jul 2011 16:44:36 +0800 Subject: [PATCH] LU-476 Run run-llog.sh on MGS in sanity 60a sanity 60a had been effectively skipped during lab testing, in which the MGS is not running on the host where sanity.sh is executed. This patch fixes the subtest by requesting run-llog.sh to be run on the MGS explicitly. Change-Id: I9dc47d856cd42bfe0cd5b5b71e3fd7d4f7c0e561 Signed-off-by: Li Wei Reviewed-on: http://review.whamcloud.com/1050 Reviewed-by: Andreas Dilger Tested-by: Hudson Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index a46297c..a4e3581 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3587,7 +3587,7 @@ TEST60_HEAD="test_60 run $RANDOM" test_60a() { [ ! -f run-llog.sh ] && skip_env "missing subtest run-llog.sh" && return log "$TEST60_HEAD - from kernel mode" - sh run-llog.sh + do_facet mgs sh run-llog.sh } run_test 60a "llog sanity tests run from kernel module ==========" -- 1.8.3.1