]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: Can't wait for clean when there aren't any pools/PGs.
authorDavid Zafman <dzafman@redhat.com>
Mon, 11 Mar 2019 16:42:55 +0000 (09:42 -0700)
committerDavid Zafman <dzafman@redhat.com>
Mon, 11 Mar 2019 23:02:48 +0000 (16:02 -0700)
Fixes: http://tracker.ceph.com/issues/38678
Signed-off-by: David Zafman <dzafman@redhat.com>
qa/standalone/erasure-code/test-erasure-eio.sh

index 7c17a038d001061cfbd7989988d4e99359d95998..af8b29b9c508c016a4a7835f2355fa06d2431925 100755 (executable)
@@ -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