mirror of
https://github.com/ceph/ceph
synced 2025-02-17 07:57:44 +00:00
Added a "ceph hello world" for a simple check for ceph-deploy qa suite
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
This commit is contained in:
parent
18617567a2
commit
13abae1863
13
qa/workunits/ceph-deploy/ceph-deploy_hello_world.sh
Executable file
13
qa/workunits/ceph-deploy/ceph-deploy_hello_world.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
#check ceph health
|
||||
ceph -s
|
||||
#list pools
|
||||
rados lspools
|
||||
#lisr rbd images
|
||||
rbd ls
|
||||
#check that the monitors work
|
||||
ceph osd set nodown
|
||||
ceph osd unset nodown
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user