Skip to content

Commit b1139c6

Browse files
committed
CNV-68980: Must gather image
1 parent 4a8255b commit b1139c6

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/storage/install-configure-fusion-access-san.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="troubleshoot-fusion-access-san_{context}"]
7+
= Troubleshooting {IBMFusionFirst}
8+
9+
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.
10+
11+
.Procedure
12+
13+
. To obtain the deployed version of {IBMFusionFirst}, use the following command:
14+
+
15+
[source,terminal]
16+
----
17+
$ oc get fusionaccesses.fusion.storage.openshift.io -n ibm-fusion-access fusionaccess-sample -o jsonpath='{.spec.storageScaleVersion}'
18+
----
19+
+
20+
[NOTE]
21+
====
22+
This command returns the numeric value of the deployed version of {IBMFusionFirst} such as `2.11.0`.
23+
====
24+
25+
. To create the must-gather image, use the following command:
26+
+
27+
[source,terminal]
28+
----
29+
$ oc adm must-gather --image=icr.io/cpopen/ibm-spectrum-scale-must-gather:v<software_version>
30+
----
31+
+
32+
* Replace `<software_version>` with the {IBMFusionFirst} version value.

virt/storage/install-configure-fusion-access-san.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ include::modules/virt-creating-storage-cluster-fusion-access-san.adoc[leveloffse
2020

2121
include::modules/virt-creating-filesystem-fusion-access-san.adoc[leveloffset=+1]
2222

23+
include::modules/virt-troubleshoot-fusion-access-san.adoc[leveloffset=+1]
24+
2325
[id="fusion-san-next-steps_{context}"]
2426
== Next steps
2527

0 commit comments

Comments
 (0)