mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
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:
parent
d84501fca1
commit
8114a2619b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user