1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

CNV-68980: Must gather image

This commit is contained in:
Erin Peterson
2025-11-07 11:05:11 -04:00
committed by openshift-cherrypick-robot
parent ecc1f64803
commit 400a0199bd
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
// Module included in the following assemblies:
//
// * virt/storage/install-configure-fusion-access-san.adoc
:_mod-docs-content-type: PROCEDURE
[id="troubleshoot-fusion-access-san_{context}"]
= Troubleshooting {IBMFusionFirst}
[role="_abstract"]
If you encounter issues with {IBMFusionFirst}, provide the must-gather image to Red{nbsp}Hat support. This image contains critical data about your cluster and project resources, logs, and events from your deployment.
.Procedure
. To obtain the deployed version of {IBMFusionFirst}, run the following command:
+
[source,terminal]
----
$ oc get fusionaccesses.fusion.storage.openshift.io -n ibm-fusion-access fusionaccess-sample -o jsonpath='{.spec.storageScaleVersion}'
----
+
[NOTE]
====
This command returns the numeric value of the deployed version of {IBMFusionFirst} such as `2.11.0`.
====
. To create the `must-gather` image, run the following command:
+
[source,terminal]
----
$ oc adm must-gather --image=icr.io/cpopen/ibm-spectrum-scale-must-gather:v<software_version>
----
+
* Replace `<software_version>` with the {IBMFusionFirst} version value.

View File

@@ -20,6 +20,8 @@ include::modules/virt-creating-storage-cluster-fusion-access-san.adoc[leveloffse
include::modules/virt-creating-filesystem-fusion-access-san.adoc[leveloffset=+1]
include::modules/virt-troubleshoot-fusion-access-san.adoc[leveloffset=+1]
[id="fusion-san-next-steps_{context}"]
== Next steps