Skip to content

Commit

Permalink
Merge pull request #15722 from dmick/master
Browse files Browse the repository at this point in the history
test/osd/osd-dup.sh: use wait_for_clean

Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
  • Loading branch information
gregsfortytwo committed Jun 16, 2017
2 parents 84de9cc + 30efce5 commit 0d97072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/osd/osd-dup.sh
Expand Up @@ -72,7 +72,7 @@ function TEST_filestore_to_bluestore() {
# and make sure mon is sync'ed
flush_pg_stats

ceph -s | grep '20 active+clean' || return 1
wait_for_clean || return 1
}

main osd-dup "$@"
Expand Down

0 comments on commit 0d97072

Please sign in to comment.