mirror of
https://github.com/ceph/ceph
synced 2024-12-20 10:23:24 +00:00
0185abfeb4
Fixes: http://tracker.ceph.com/issues/37089 Signed-off-by: Nathan Cutler <ncutler@suse.com>
11 lines
125 B
Bash
Executable File
11 lines
125 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
ceph -s
|
|
rados lspools
|
|
rbd ls
|
|
# check that the monitors work
|
|
ceph osd set nodown
|
|
ceph osd unset nodown
|
|
|
|
exit 0
|