From 4b71d28d64ee9be6391a0ae4ddc35477408f0d72 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Wed, 28 May 2014 15:16:01 -0400 Subject: [PATCH] LU-4970 tests: turn up debugging for sanity-lfsck/14 More information is needed to to understand the issue behind LU-4970 this enables full debugging for the duration of this test. Test-Parameters: mdsfilesystemtype=zfs mdtfilesystemtype=zfs ostfilesystemtype=zfs testlist=sanity-lfsck Test-Parameters: mdsfilesystemtype=zfs mdtfilesystemtype=zfs ostfilesystemtype=zfs testlist=sanity-lfsck Test-Parameters: mdsfilesystemtype=zfs mdtfilesystemtype=zfs ostfilesystemtype=zfs testlist=sanity-lfsck Signed-off-by: Nathaniel Clark Change-Id: Ie5405476481bd47e797a4860dfcc604b2b9250ae Reviewed-on: http://review.whamcloud.com/10472 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Jian Yu Reviewed-by: Fan Yong Reviewed-by: Oleg Drokin --- lustre/tests/sanity-lfsck.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanity-lfsck.sh b/lustre/tests/sanity-lfsck.sh index 566bb53..b6fad5a 100644 --- a/lustre/tests/sanity-lfsck.sh +++ b/lustre/tests/sanity-lfsck.sh @@ -1273,6 +1273,8 @@ test_14() { createmany -o $DIR/$tdir/f $((count + 32)) do_facet ost1 $LCTL set_param fail_loc=0 + start_full_debug_logging + # exhaust other pre-created dangling cases count=$(precreated_ost_obj_count 0 0) createmany -o $DIR/$tdir/a $count || @@ -1316,6 +1318,7 @@ test_14() { echo "'ls' should success after layout LFSCK repairing" ls -ail $DIR/$tdir > /dev/null || error "(9) ls should success." + stop_full_debug_logging } run_test 14 "LFSCK can repair MDT-object with dangling reference" -- 1.8.3.1