ceph/qa/workunits/ceph-tests/ceph-admin-commands.sh
Tamil Muthamizhan 0fd358b877 Signed-off-by: Tamil Muthamizhan <tmuthami@redhat.com>
renamed the workunit and test to reflect reality and for better clarity
2016-04-22 18:25:46 -04:00

14 lines
171 B
Bash
Executable File

#!/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