Skip to content

Commit

Permalink
Added a "ceph hello world" for a simple check for ceph-deploy qa suite
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
  • Loading branch information
Yuri Weinstein committed May 8, 2015
1 parent 1861756 commit 13abae1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions qa/workunits/ceph-deploy/ceph-deploy_hello_world.sh
@@ -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

0 comments on commit 13abae1

Please sign in to comment.