mirror of https://github.com/ceph/ceph-ansible.git
6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
echo -n "Ceph state is: "
|
||
|
/usr/bin/ceph health
|
||
|
echo ""
|