Skip to content

Commit

Permalink
print out "ceph status"
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jul 6, 2016
1 parent f0f89ee commit 877bc30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qa/workunits/ceph-helpers.sh
Expand Up @@ -1064,6 +1064,10 @@ function test_is_clean() {
run_mon $dir a --osd_pool_default_size=1 || return 1
run_osd $dir 0 || return 1
! is_clean || return 1
#
ceph -s
ceph --format xml status
#
wait_for_clean || return 1
is_clean || return 1
teardown $dir || return 1
Expand Down

0 comments on commit 877bc30

Please sign in to comment.