]> git.proxmox.com Git - ceph.git/blob - ceph/qa/workunits/ceph-tests/ceph-admin-commands.sh
update source to 12.2.11
[ceph.git] / ceph / qa / workunits / ceph-tests / ceph-admin-commands.sh
1 #!/bin/sh -ex
2
3 ceph -s
4 rados lspools
5 rbd ls
6 # check that the monitors work
7 ceph osd set nodown
8 ceph osd unset nodown
9
10 exit 0