Skip to content

Commit

Permalink
Merge pull request #75221 from anarnold97/Update-MIG-1552-Fix-must-ga…
Browse files Browse the repository at this point in the history
…ther-image-in-MTC-1.7-docs

MIG-1552: Update must-gather doc
  • Loading branch information
stevsmit committed Apr 26, 2024
2 parents a1c620a + 5e8f562 commit dac985d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/migration-using-must-gather.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ endif::[]
. Run the `oc adm must-gather` command for one of the following data collection options:

ifdef::troubleshooting-3-4[]
* To collect data for the past hour, use the following command:
* To collect data for the past hour, run the following command:
+
[source,terminal]
----
$ oc adm must-gather --image=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8:v1.7
----
+
This command saves the data as the `must-gather/must-gather.tar.gz` file. You can upload this file to a support case on the link:https://access.redhat.com/[Red Hat Customer Portal].
* To collect data for the past 24 hours, use the following command:
* To collect data for the past 24 hours, run the following command:
+
[source,terminal]
----
Expand All @@ -58,15 +58,15 @@ $ oc adm must-gather --image=registry.redhat.io/rhmtc/openshift-migration-must-g
This operation can take a long time. This command saves the data as the `must-gather/metrics/prom_data.tar.gz` file.
endif::[]
ifdef::troubleshooting-mtc[]
* To collect data for the past 24 hours, use the following command:
* To collect data for the past 24 hours, run the following command:
+
[source,terminal]
----
$ oc adm must-gather --image=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8:v1.8
----
+
This command saves the data as the `must-gather/must-gather.tar.gz` file. You can upload this file to a support case on the link:https://access.redhat.com/[Red Hat Customer Portal].
* To collect data for the past 24 hours, use the following command:
* To collect data for the past 24 hours, run the following command:
+
[source,terminal]
----
Expand All @@ -77,14 +77,14 @@ This operation can take a long time. This command saves the data as the `must-ga
endif::[]
ifdef::oadp-troubleshooting[]
* Full `must-gather` data collection, including Prometheus metrics:
.. For OADP 1.2, use the following command:
.. For OADP 1.2, run the following command:
+
[source,terminal]
----
$ oc adm must-gather --image=registry.redhat.io/oadp/oadp-mustgather-rhel8:v1.2
----
+
.. For OADP 1.3, use the following command:
.. For OADP 1.3, run the following command:
+
[source,terminal]
----
Expand Down Expand Up @@ -113,13 +113,13 @@ $ oc adm must-gather --image={must-gather} \
* Prometheus metrics data dump:
.. For OADP 1.2, use the following command:
.. For OADP 1.2, run the following command:
+
[source,terminal]
----
$ oc adm must-gather --image=registry.redhat.io/oadp/oadp-mustgather-rhel8:v1.2 -- /usr/bin/gather_metrics_dump
----
.. For OADP 1.3, use the following command:
.. For OADP 1.3, run the following command:
+
[source,terminal]
----
Expand Down

0 comments on commit dac985d

Please sign in to comment.