Created
July 5, 2017 17:31
-
-
Save rsoutar/46399bf5860c0541e58b20198d1b06af to your computer and use it in GitHub Desktop.
kubectl exec -ti ceph-mon-0 -n ceph -- ceph -s
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@kubenode01:~/openstack-helm# kubectl exec -ti ceph-mon-0 -n ceph -- ceph -s | |
| cluster 5c378c4f-0c71-4c22-84a5-d4e16ba35c7f | |
| health HEALTH_OK | |
| monmap e3: 3 mons at {ceph-mon-0=192.168.105.210:6789/0,ceph-mon-1=192.168.16.216:6789/0,ceph-mon-2=192.168.96.27:6789/0} | |
| election epoch 6, quorum 0,1,2 ceph-mon-1,ceph-mon-2,ceph-mon-0 | |
| fsmap e5: 1/1/1 up {0=mds-ceph-mds-1441403344-j27gs=up:active} | |
| osdmap e16: 4 osds: 4 up, 4 in | |
| flags sortbitwise,require_jewel_osds | |
| pgmap v1584: 104 pgs, 6 pools, 2076 bytes data, 21 objects | |
| 41189 MB used, 1502 GB / 1625 GB avail | |
| 104 active+clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment