Advertisement
Guest User

cephclusters.ceph.rook.io

a guest
Aug 18th, 2021
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 3.70 KB | None | 0 0
  1. $ kubectl get cephclusters.ceph.rook.io -A
  2.  
  3. NAMESPACE     NAME          DATADIRHOSTPATH                 MONCOUNT   AGE   PHASE   MESSAGE                        HEALTH
  4. kube-system   kube-system   /var/tmp/persistent-data/rook   3          12h   Ready   Cluster created successfully   HEALTH_WARN
  5.  
  6. $ kubectl get cephclusters.ceph.rook.io -A -o yaml
  7.  
  8. apiVersion: v1
  9. items: []
  10. kind: List
  11. metadata:
  12.   resourceVersion: ""
  13.   selfLink: ""
  14. [centos@ncicommon-ntcucnt-357-1 ~]$ kubectl get cephclusters.ceph.rook.io -A -o yaml
  15. apiVersion: v1
  16. items:
  17. - apiVersion: ceph.rook.io/v1
  18.   kind: CephCluster
  19.   metadata:
  20.     creationTimestamp: "2021-08-17T20:17:07Z"
  21.     finalizers:
  22.     - cephcluster.ceph.rook.io
  23.     generation: 3
  24.     name: kube-system
  25.     namespace: kube-system
  26.     resourceVersion: "182002"
  27.     uid: 2a2fc3e1-16c9-4c01-8601-cebac03408f9
  28.   spec:
  29.     cephVersion:
  30.       allowUnsupported: true
  31.       image: viavi-artefacts.local.dev:32705/nci-container-os/ceph:v15.2.13
  32.     cleanupPolicy:
  33.       sanitizeDisks: {}
  34.     crashCollector: {}
  35.     dashboard: {}
  36.     dataDirHostPath: /var/tmp/persistent-data/rook
  37.     disruptionManagement:
  38.       machineDisruptionBudgetNamespace: openshift-machine-api
  39.       osdMaintenanceTimeout: 30
  40.     external: {}
  41.     healthCheck:
  42.       daemonHealth:
  43.         mon:
  44.           interval: 45s
  45.         osd:
  46.           interval: 1m0s
  47.         status:
  48.           interval: 1m0s
  49.       livenessProbe:
  50.         mgr: {}
  51.         mon: {}
  52.         osd: {}
  53.     logCollector: {}
  54.     mgr:
  55.       modules:
  56.       - enabled: true
  57.         name: pg_autoscaler
  58.     mon:
  59.       count: 3
  60.     monitoring:
  61.       rulesNamespace: kube-system
  62.     network:
  63.       hostNetwork: true
  64.     security:
  65.       kms: {}
  66.     storage:
  67.       config:
  68.         databaseSizeMB: "0"
  69.         journalSizeMB: "5120"
  70.         storeType: bluestore
  71.       nodes:
  72.       - devices:
  73.         - {}
  74.         resources: {}
  75.       useAllDevices: true
  76.       useAllNodes: true
  77.   status:
  78.     ceph:
  79.       capacity:
  80.         bytesAvailable: 275629867008
  81.         bytesTotal: 322122547200
  82.         bytesUsed: 46492680192
  83.         lastUpdated: "2021-08-18T08:47:44Z"
  84.       details:
  85.         OSDMAP_FLAGS:
  86.           message: noout flag(s) set
  87.           severity: HEALTH_WARN
  88.       health: HEALTH_WARN
  89.       lastChanged: "2021-08-17T20:22:39Z"
  90.       lastChecked: "2021-08-18T08:47:44Z"
  91.       previousHealth: HEALTH_OK
  92.       versions:
  93.         mds:
  94.           ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable): 2
  95.         mgr:
  96.           ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable): 1
  97.         mon:
  98.           ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable): 3
  99.         osd:
  100.           ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable): 3
  101.         overall:
  102.           ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable): 9
  103.     conditions:
  104.     - lastHeartbeatTime: "2021-08-17T22:53:10Z"
  105.       lastTransitionTime: "2021-08-17T22:53:10Z"
  106.       message: Processing OSD 2 on node "nodename-2"
  107.       reason: ClusterProgressing
  108.       status: "True"
  109.       type: Progressing
  110.     - lastHeartbeatTime: "2021-08-18T08:47:45Z"
  111.       lastTransitionTime: "2021-08-17T20:19:33Z"
  112.       message: Cluster created successfully
  113.       reason: ClusterCreated
  114.       status: "True"
  115.       type: Ready
  116.     message: Cluster created successfully
  117.     phase: Ready
  118.     state: Created
  119.     storage:
  120.       deviceClasses:
  121.       - name: hdd
  122.     version:
  123.       image: viavi-artefacts.local.dev:32705/nci-container-os/ceph:v15.2.13
  124.       version: 15.2.13-0
  125. kind: List
  126. metadata:
  127.   resourceVersion: ""
  128.   selfLink: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement