Whamcloud - gitweb
LU-14828 tests: Remove extra debug 75/44175/3
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 7 Jul 2021 16:44:52 +0000 (12:44 -0400)
committerOleg Drokin <green@whamcloud.com>
Mon, 12 Jul 2021 18:47:48 +0000 (18:47 +0000)
Accidentally committed 398m with extra debug.
This is sometimes causing OOMs in testing, and it's a
mistake anyway.

Fixes: cba07b68f9 ("LU-13798 llite: parallelize direct i/o issuance")
Test-Parameters: trivial
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I734aa3a952d2c085b3fc0014af1bdc0e881000e6
Reviewed-on: https://review.whamcloud.com/44175
Reviewed-by: James Nunez <jnunez@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/sanity.sh

index 3e9f157..5e1d6b4 100755 (executable)
@@ -23857,8 +23857,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
 
 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
        # 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