Whamcloud - gitweb
LU-15816 tests: use correct ost host to manage failure 66/52066/3
authorMr NeilBrown <neilb@suse.de>
Fri, 25 Nov 2022 05:13:20 +0000 (16:13 +1100)
committerOleg Drokin <green@whamcloud.com>
Wed, 20 Dec 2023 03:48:00 +0000 (03:48 +0000)
commit5db1bc57996b674b3df19a1ae0ee6b20f4668586
tree85a4f7e31cef87f6531db5391e4f82aead9bdb5c
parent297045df244520ac026fb7686a0829cbd326eb1b
LU-15816 tests: use correct ost host to manage failure

sanity test_398m sets up striping across 2 OSTs.  It ensures that
failing IO to either OST individually will fail the total IO.

However it sends the command to fail IO for the second OST (OST1) to
the host managing the first OST (ost1).  If the first 2 OSTs are on
the same host, this works.  If not, it fails.

Also there error messages when testing the second stripe say "first
stripe".

Lustre-change: https://review.whamcloud.com/49248
Lustre-commit: 6e66cbdb5c8c08193c36262649667747127b6d90

Test-Parameters: trivial env=ONLY=398m
Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: Ic7085dab2610fa2c044a966fd8de40def0438ca4
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52066
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/sanity.sh