From: Li Wei Date: Tue, 5 Jul 2011 08:44:36 +0000 (+0800) Subject: LU-476 Run run-llog.sh on MGS in sanity 60a X-Git-Tag: 2.0.66.0~5 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=907079829f440875ea0527efb31bda9ac1471eb0 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 --- 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 =========="