Merge pull request #25080 from smithfarm/wip-37089

tests: make ceph-admin-commands.sh log what it does

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
Josh Durgin 2018-11-14 15:47:52 +05:30 committed by GitHub
commit bc2c80f437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,9 @@
#!/bin/sh -e
#!/bin/sh -ex
#check ceph health
ceph -s
#list pools
rados lspools
#lisr rbd images
rbd ls
#check that the monitors work
# check that the monitors work
ceph osd set nodown
ceph osd unset nodown