]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/standalone/ceph-helpers.sh
update sources to v12.2.3
[ceph.git] / ceph / qa / standalone / ceph-helpers.sh
index 2581930b6d408b10c0afd1dd977828a64a9bc795..f50dd4618224548f92053b44bbabf1261a7e1e0b 100755 (executable)
@@ -1398,6 +1398,7 @@ function wait_for_clean() {
     local -a delays=($(get_timeout_delays $TIMEOUT .1))
     local -i loop=0
 
+    flush_pg_stats
     while test $(get_num_pgs) == 0 ; do
        sleep 1
     done