From: Hongchao Zhang Date: Fri, 25 Mar 2022 02:34:56 +0000 (+0800) Subject: LU-15460 test: wait quota pool to be prepared X-Git-Tag: 2.15.2-RC1~5 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=177325e19dd3158b525b0c322f37e0185d9d8832 LU-15460 test: wait quota pool to be prepared When one OST pool was created, the corresponding quota pool could need more time to prepare after it was created, then fail to check the info of the quota pool Lustre-change: https://review.whamcloud.com/46853 Lustre-commit: 83dd308db59a9b95c1db5efa12ea5af22e9c8346 Test-Parameters: trivial Signed-off-by: Hongchao Zhang Change-Id: Ibea33403639087f27e438d71c0e87fea5367bc3e Reviewed-by: Bobi Jam Reviewed-by: Li Dongyang Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49250 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 80be73d..f552d84 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -4532,6 +4532,11 @@ get_slave_nr() { local qtype=$2 local nr + wait_update_facet mds1 \ + "$LCTL get_param -n qmt.$FSNAME-QMT0000.dt-$pool.info \ + >/dev/null 2>&1 || echo foo" "" || + error "mds1: failed to create quota pool $pool" + do_facet mds1 $LCTL get_param -n qmt.$FSNAME-QMT0000.dt-$pool.info | awk '/usr/ {getline; print $2}' }