mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
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:
commit
bc2c80f437
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user