From 9d69909ba14c7cf6116152a0797999b2d9808d05 Mon Sep 17 00:00:00 2001 From: wang di Date: Thu, 1 May 2014 04:20:12 -0700 Subject: [PATCH] LU-4981 tests: remount FS after writes to /proc We should remount FS after writes all proc entry in 133g, because some upcall value under /proc will be assigned to some gabarge value, which will cause failures in the following test. Signed-off-by: wang di Change-Id: Ic120e19651a4a7897a6329a93feff1644c778286 Reviewed-on: http://review.whamcloud.com/10174 Reviewed-by: Andreas Dilger Reviewed-by: John L. Hammond Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index e2034b8..4b8a65a 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -8984,6 +8984,9 @@ test_133g() { done + # remount the FS in case writes/reads /proc break the FS + cleanup || error "failed to unmount" + setup || error "failed to setup" true } run_test 133g "Check for Oopses on bad io area writes/reads in /proc" -- 1.8.3.1