Whamcloud - gitweb
LU-18682 tests: ost-pools/23b to call wait_delete_completed 17/57917/9
authorAlex Zhuravlev <bzzz@whamcloud.com>
Wed, 29 Jan 2025 03:31:53 +0000 (06:31 +0300)
committerOleg Drokin <green@whamcloud.com>
Tue, 27 May 2025 04:04:56 +0000 (04:04 +0000)
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 <bzzz@whamcloud.com>
Change-Id: I0136dc352603b8f9ccd8926b3105d99ce0df63e2
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57917
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Alexandre Ioffe <aioffe@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/ost-pools.sh

index 5522477..bc23341 100755 (executable)
@@ -1400,6 +1400,8 @@ test_23b() {
        done
 
        df -h
+       rm -rf $POOL_ROOT
+       wait_delete_completed
 }
 run_test 23b "OST pools and OOS"