Questo contenuto non è disponibile nella lingua selezionata.
Chapter 3. Verifying OpenShift Data Foundation deployment for internal mode
Use this section to verify that OpenShift Data Foundation is deployed correctly.
3.1. Verifying the state of the pods Copia collegamentoCollegamento copiato negli appunti!
To determine if OpenShift Data Foundation is deployed successfully, you can verify that the pods are in Running state.
Procedure
-
Click Workloads
Pods from the left pane of the OpenShift Web Console. Select
openshift-storagefrom the Project drop-down list.NoteIf the Show default projects option is disabled, use the toggle button to list all the default projects.
For more information on the expected number of pods for each component and how it varies depending on the number of nodes, see Table 3.1, “Pods corresponding to OpenShift Data Foundation cluster”.
Verify that the following pods are in running and completed state by clicking the Running and the Completed tabs:
Expand Table 3.1. Pods corresponding to OpenShift Data Foundation cluster Component Corresponding pods OpenShift Data Foundation Operator
-
ocs-operator-*(1 pod on any storage node) -
ocs-metrics-exporter-*(1 pod on any storage node) -
odf-operator-controller-manager-*(1 pod on any storage node) -
odf-console-*(1 pod on any storage node) -
csi-addons-controller-manager-*(1 pod on any storage node)
Rook-ceph Operator
rook-ceph-operator-*(1 pod on any storage node)Multicloud Object Gateway
-
noobaa-operator-*(1 pod on any storage node) -
noobaa-core-*(1 pod on any storage node) -
noobaa-db-pg-*(1 pod on any storage node) -
noobaa-endpoint-*(1 pod on any storage node)
MON
rook-ceph-mon-*(3 pods on each storage node)MGR
rook-ceph-mgr-*(1 pod on any storage node)MDS
rook-ceph-mds-ocs-storagecluster-cephfilesystem-*(2 pods distributed across storage node)RGW
rook-ceph-rgw-ocs-storagecluster-cephobjectstore-*(1 pod on any storage node)CSI
cephfs-
csi-cephfsplugin-*(1 pod on each storage node) -
csi-cephfsplugin-provisioner-*(2 pods distributed across storage nodes)
-
rbd-
csi-rbdplugin-*(1 pod on each storage node) -
csi-rbdplugin-provisioner-*(2 pods distributed across storage nodes)
-
rook-ceph-crashcollector
rook-ceph-crashcollector-*(1 pod on each storage node)OSD
-
rook-ceph-osd-*(1 pod for each device) -
rook-ceph-osd-prepare-*(1 pod for each device)
-
3.2. Verifying the OpenShift Data Foundation cluster is healthy Copia collegamentoCollegamento copiato negli appunti!
Procedure
-
In the OpenShift Web Console, click Storage
Data Foundation. -
Click the Storage Systems tab and then click on
ocs-storagecluster-storagesystem. - In the Status card of Block and File dashboard under Overview tab, verify that both Storage Cluster and Data Resiliency has a green tick mark.
- In the Details card, verify that the cluster information is displayed.
For more information on the health of the OpenShift Data Foundation cluster using the Block and File dashboard, see Monitoring OpenShift Data Foundation.
3.3. Verifying the Multicloud Object Gateway is healthy Copia collegamentoCollegamento copiato negli appunti!
Procedure
-
In the OpenShift Web Console, click Storage
Data Foundation. In the Status card of the Overview tab, click Storage System and then click the storage system link from the pop up that appears.
- In the Status card of the Object tab, verify that both Object Service and Data Resiliency have a green tick.
- In the Details card, verify that the MCG information is displayed.
For more information on the health of the OpenShift Data Foundation cluster using the object service dashboard, see Monitoring OpenShift Data Foundation.
The Multicloud Object Gateway only has a single copy of the database (NooBaa DB). This means if NooBaa DB PVC gets corrupted and we are unable to recover it, can result in total data loss of applicative data residing on the Multicloud Object Gateway. Because of this, Red Hat recommends taking a backup of NooBaa DB PVC regularly. If NooBaa DB fails and cannot be recovered, then you can revert to the latest backed-up version. For instructions on backing up your NooBaa DB, follow the steps in this knowledgabase article.
3.4. Verifying that the specific storage classes exist Copia collegamentoCollegamento copiato negli appunti!
Procedure
-
Click Storage
Storage Classes from the left pane of the OpenShift Web Console. Verify that the following storage classes are created with the OpenShift Data Foundation cluster creation:
-
ocs-storagecluster-ceph-rbd -
ocs-storagecluster-cephfs -
openshift-storage.noobaa.io -
ocs-storagecluster-ceph-rgw
-