summaryrefslogtreecommitdiffstats
path: root/qa/workunits/ceph-tests/ceph-admin-commands.sh
blob: 4a9f0a66f32e5db419aaac18a11ebcaf6225e44f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -ex

ceph -s
rados lspools
rbd ls
# check that the monitors work
ceph osd set nodown
ceph osd unset nodown

exit 0