From ea1db2e20e816a533bddee6c2fcda637f396aa04 Mon Sep 17 00:00:00 2001 From: Patrick Farrell Date: Wed, 26 Jan 2022 13:46:03 -0500 Subject: [PATCH] LU-14828 tests: Remove extra debug Accidentally committed 398m with extra debug. This is sometimes causing OOMs in testing, and it's a mistake anyway. Lustre-change: https://review.whamcloud.com/44175 Lustre-commit: b6dda827fbcf8e4e20526e1b22bfb44af3784e67 Fixes: cba07b68f9 ("LU-13798 llite: parallelize direct i/o issuance") Test-Parameters: trivial Signed-off-by: Patrick Farrell Change-Id: I734aa3a952d2c085b3fc0014af1bdc0e881000e6 Reviewed-on: https://review.whamcloud.com/46321 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/sanity.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 76b39c2..175dd37 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -23821,8 +23821,6 @@ run_test 398l "test enospc on intermediate stripe/RPC" test_398m() { # LU-13798 $LFS setstripe -o 0,1,0,1 -S 1M $DIR/$tfile - lctl set_param *debug=-1 debug_mb=10000 - # Set up failure on OST0, the first stripe: #define OBD_FAIL_OST_BRW_WRITE_BULK 0x20e #NB: Fail val is ost # + 1, because we cannot use cfs_fail_val = 0 -- 1.8.3.1