Este conteúdo não está disponível no idioma selecionado.
Chapter 3. Commonly required logs for troubleshooting
Some of the commonly used logs for troubleshooting OpenShift Data Foundation are listed, along with the commands to generate them.
Generating logs for a specific pod:
oc logs <pod-name> -n <namespace>
$ oc logs <pod-name> -n <namespace>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Generating logs for Ceph or OpenShift Data Foundation cluster:
oc logs rook-ceph-operator-<ID> -n openshift-storage
$ oc logs rook-ceph-operator-<ID> -n openshift-storage
Copy to Clipboard Copied! Toggle word wrap Toggle overflow ImportantCurrently, the rook-ceph-operator logs do not provide any information about the failure and this acts as a limitation in troubleshooting issues, see Enabling and disabling debug logs for rook-ceph-operator.
Generating logs for plugin pods like cephfs or rbd to detect any problem in the PVC mount of the app-pod:
oc logs csi-cephfsplugin-<ID> -n openshift-storage -c csi-cephfsplugin
$ oc logs csi-cephfsplugin-<ID> -n openshift-storage -c csi-cephfsplugin
Copy to Clipboard Copied! Toggle word wrap Toggle overflow oc logs csi-rbdplugin-<ID> -n openshift-storage -c csi-rbdplugin
$ oc logs csi-rbdplugin-<ID> -n openshift-storage -c csi-rbdplugin
Copy to Clipboard Copied! Toggle word wrap Toggle overflow To generate logs for all the containers in the CSI pod:
oc logs csi-cephfsplugin-<ID> -n openshift-storage --all-containers
$ oc logs csi-cephfsplugin-<ID> -n openshift-storage --all-containers
Copy to Clipboard Copied! Toggle word wrap Toggle overflow oc logs csi-rbdplugin-<ID> -n openshift-storage --all-containers
$ oc logs csi-rbdplugin-<ID> -n openshift-storage --all-containers
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Generating logs for cephfs or rbd provisioner pods to detect problems if PVC is not in BOUND state:
oc logs csi-cephfsplugin-provisioner-<ID> -n openshift-storage -c csi-cephfsplugin
$ oc logs csi-cephfsplugin-provisioner-<ID> -n openshift-storage -c csi-cephfsplugin
Copy to Clipboard Copied! Toggle word wrap Toggle overflow oc logs csi-rbdplugin-provisioner-<ID> -n openshift-storage -c csi-rbdplugin
$ oc logs csi-rbdplugin-provisioner-<ID> -n openshift-storage -c csi-rbdplugin
Copy to Clipboard Copied! Toggle word wrap Toggle overflow To generate logs for all the containers in the CSI pod:
oc logs csi-cephfsplugin-provisioner-<ID> -n openshift-storage --all-containers
$ oc logs csi-cephfsplugin-provisioner-<ID> -n openshift-storage --all-containers
Copy to Clipboard Copied! Toggle word wrap Toggle overflow oc logs csi-rbdplugin-provisioner-<ID> -n openshift-storage --all-containers
$ oc logs csi-rbdplugin-provisioner-<ID> -n openshift-storage --all-containers
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Generating OpenShift Data Foundation logs using cluster-info command:
oc cluster-info dump -n openshift-storage --output-directory=<directory-name>
$ oc cluster-info dump -n openshift-storage --output-directory=<directory-name>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow When using Local Storage Operator, generating logs can be done using cluster-info command:
oc cluster-info dump -n openshift-local-storage --output-directory=<directory-name>
$ oc cluster-info dump -n openshift-local-storage --output-directory=<directory-name>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Check the OpenShift Data Foundation operator logs and events.
To check the operator logs :
oc logs <ocs-operator> -n openshift-storage
# oc logs <ocs-operator> -n openshift-storage
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - <ocs-operator>
oc get pods -n openshift-storage | grep -i "ocs-operator" | awk '{print $1}'
# oc get pods -n openshift-storage | grep -i "ocs-operator" | awk '{print $1}'
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
To check the operator events :
oc get events --sort-by=metadata.creationTimestamp -n openshift-storage
# oc get events --sort-by=metadata.creationTimestamp -n openshift-storage
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Get the OpenShift Data Foundation operator version and channel.
oc get csv -n openshift-storage
# oc get csv -n openshift-storage
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Example output :
NAME DISPLAY VERSION REPLACES PHASE mcg-operator.v4.13.0 NooBaa Operator 4.13.0 Succeeded ocs-operator.v4.13.0 OpenShift Container Storage 4.13.0 Succeeded odf-csi-addons-operator.v4.13.0 CSI Addons 4.13.0 Succeeded odf-operator.v4.13.0 OpenShift Data Foundation 4.13.0 Succeeded
NAME DISPLAY VERSION REPLACES PHASE mcg-operator.v4.13.0 NooBaa Operator 4.13.0 Succeeded ocs-operator.v4.13.0 OpenShift Container Storage 4.13.0 Succeeded odf-csi-addons-operator.v4.13.0 CSI Addons 4.13.0 Succeeded odf-operator.v4.13.0 OpenShift Data Foundation 4.13.0 Succeeded
Copy to Clipboard Copied! Toggle word wrap Toggle overflow oc get subs -n openshift-storage
# oc get subs -n openshift-storage
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Example output :
NAME PACKAGE SOURCE CHANNEL mcg-operator-stable-4.13-redhat-operators-openshift-marketplace mcg-operator redhat-operators stable-4.13 ocs-operator-stable-4.13-redhat-operators-openshift-marketplace ocs-operator redhat-operators stable-4.13 odf-csi-addons-operator odf-csi-addons-operator redhat-operators stable-4.13 odf-operator odf-operator redhat-operators stable-4.13
NAME PACKAGE SOURCE CHANNEL mcg-operator-stable-4.13-redhat-operators-openshift-marketplace mcg-operator redhat-operators stable-4.13 ocs-operator-stable-4.13-redhat-operators-openshift-marketplace ocs-operator redhat-operators stable-4.13 odf-csi-addons-operator odf-csi-addons-operator redhat-operators stable-4.13 odf-operator odf-operator redhat-operators stable-4.13
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Confirm that the installplan is created.
oc get installplan -n openshift-storage
# oc get installplan -n openshift-storage
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Verify the image of the components post updating OpenShift Data Foundation.
Check the node on which the pod of the component you want to verify the image is running.
oc get pods -o wide | grep <component-name>
# oc get pods -o wide | grep <component-name>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow For Example :
oc get pods -o wide | grep rook-ceph-operator
# oc get pods -o wide | grep rook-ceph-operator
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Example output:
rook-ceph-operator-566cc677fd-bjqnb 1/1 Running 20 4h6m 10.128.2.5 rook-ceph-operator-566cc677fd-bjqnb 1/1 Running 20 4h6m 10.128.2.5 dell-r440-12.gsslab.pnq2.redhat.com <none> <none> <none> <none>
rook-ceph-operator-566cc677fd-bjqnb 1/1 Running 20 4h6m 10.128.2.5 rook-ceph-operator-566cc677fd-bjqnb 1/1 Running 20 4h6m 10.128.2.5 dell-r440-12.gsslab.pnq2.redhat.com <none> <none> <none> <none>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow dell-r440-12.gsslab.pnq2.redhat.com
is the node-name.Check the image ID.
oc debug node/<node name>
# oc debug node/<node name>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow <node-name>
Is the name of the node on which the pod of the component you want to verify the image is running.
chroot /host
# chroot /host
Copy to Clipboard Copied! Toggle word wrap Toggle overflow crictl images | grep <component>
# crictl images | grep <component>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow For Example :
crictl images | grep rook-ceph
# crictl images | grep rook-ceph
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Take a note of the
IMAGEID
and map it to the Digest ID on the Rook Ceph Operator page.
Additional resources
3.1. Adjusting verbosity level of logs Copiar o linkLink copiado para a área de transferência!
The amount of space consumed by debugging logs can become a significant issue. Red Hat OpenShift Data Foundation offers a method to adjust, and therefore control, the amount of storage to be consumed by debugging logs.
In order to adjust the verbosity levels of debugging logs, you can tune the log levels of the containers responsible for CSI operations. In the container’s yaml file, adjust the following parameters to set the logging levels:
-
CSI_LOG_LEVEL
- defaults to5
-
CSI_SIDECAR_LOG_LEVEL
- defaults to1
The supported values are 0
through 5
. Use 0
for general useful logs, and 5
for trace level verbosity.