qa: Can't wait for clean when there aren't any pools/PGs.

Fixes: http://tracker.ceph.com/issues/38678

Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
David Zafman 2019-03-11 09:42:55 -07:00
parent d84501fca1
commit 8114a2619b

View File

@ -50,7 +50,6 @@ function setup_osds() {
for id in $(seq 0 $(expr $count - 1)) ; do
run_osd $dir $id || return 1
done
wait_for_clean || return 1
# check that erasure code plugins are preloaded
CEPH_ARGS='' ceph --admin-daemon $(get_asok_path osd.0) log flush || return 1