From 9492aeb743153345d546998da41ebad6987b1626 Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Wed, 29 Jan 2025 06:31:53 +0300 Subject: [PATCH] LU-18682 tests: ost-pools/23b to call wait_delete_completed otherwise the next test 24 may find few OSTs almost filled and do not use them for new objects leading to a failure: ost-pools test_24: @@@@@@ FAIL: Stripe count 4 not on /mnt/lustre/d24.ost-pools/dir1/f24.ost-pools0:3 Test-Parameters: trivial Signed-off-by: Alex Zhuravlev Change-Id: I0136dc352603b8f9ccd8926b3105d99ce0df63e2 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57917 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Alexandre Ioffe Reviewed-by: Oleg Drokin Reviewed-by: Andreas Dilger --- lustre/tests/ost-pools.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/ost-pools.sh b/lustre/tests/ost-pools.sh index 5522477..bc23341 100755 --- a/lustre/tests/ost-pools.sh +++ b/lustre/tests/ost-pools.sh @@ -1400,6 +1400,8 @@ test_23b() { done df -h + rm -rf $POOL_ROOT + wait_delete_completed } run_test 23b "OST pools and OOS" -- 1.8.3.1