From 8114a2619b6fc518949147230a4c6688643653ca Mon Sep 17 00:00:00 2001 From: David Zafman Date: Mon, 11 Mar 2019 09:42:55 -0700 Subject: [PATCH] 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 --- qa/standalone/erasure-code/test-erasure-eio.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/standalone/erasure-code/test-erasure-eio.sh b/qa/standalone/erasure-code/test-erasure-eio.sh index 7c17a038d00..af8b29b9c50 100755 --- a/qa/standalone/erasure-code/test-erasure-eio.sh +++ b/qa/standalone/erasure-code/test-erasure-eio.sh @@ -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