From 430b20be17645989a51fb586824f7637535ff24e Mon Sep 17 00:00:00 2001 From: James Nunez Date: Thu, 31 Jan 2019 20:40:59 -0700 Subject: [PATCH] LU-8346 tests: remove spaces around fail_val conf-sanity test 93 tries to set fail_loc and fail_val with the command 'lctl set_param fail_val = 10 fail_loc...'. fail_val should have no spaces before and after the equals sign. This patch is backport from master branch: Lustre-commit: Iaa2bff1750a2afa96a73a452a0c098ae92f7616c Lustre-change: https://review.whamcloud.com/34155 Test-Parameters: trivial mdscount=2 mdtcount=4 envdefinitions=ONLY=93 testlist=conf-sanity Signed-off-by: James Nunez Change-Id: Iaa2bff1750a2afa96a73a452a0c098ae92f7616c Reviewed-on: https://review.whamcloud.com/34226 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 59fa294..d7f26b4 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -6956,7 +6956,7 @@ test_93() { start_ost || error "OST0 start fail" #define OBD_FAIL_MGS_WRITE_TARGET_DELAY 0x90e - do_facet mgs "$LCTL set_param fail_val = 10 fail_loc=0x8000090e" + do_facet mgs "$LCTL set_param fail_val=10 fail_loc=0x8000090e" for num in $(seq 2 $MDSCOUNT); do start_mdt $num & done -- 1.8.3.1