Skip to content

Commit 0a0718f

Browse files
authored
Merge pull request #102013 from erpeters157/CNV-68980
CNV-68980: Must gather image
2 parents 75e1650 + a63d488 commit 0a0718f

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
[role="_abstract"]
10+
11+
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.
12+
13+
.Procedure
14+
15+
. To obtain the deployed version of {IBMFusionFirst}, run the following command:
16+
+
17+
[source,terminal]
18+
----
19+
$ oc get fusionaccesses.fusion.storage.openshift.io -n ibm-fusion-access fusionaccess-sample -o jsonpath='{.spec.storageScaleVersion}'
20+
----
21+
+
22+
[NOTE]
23+
====
24+
This command returns the numeric value of the deployed version of {IBMFusionFirst} such as `2.11.0`.
25+
====
26+
27+
. To create the `must-gather` image, run the following command:
28+
+
29+
[source,terminal]
30+
----
31+
$ oc adm must-gather --image=icr.io/cpopen/ibm-spectrum-scale-must-gather:v<software_version>
32+
----
33+
+
34+
* 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)