Skip to content

Commit 5e8f562

Browse files
committed
MIG-1552: Update must-gather doc
Signed-off-by: A.Arnold <anarnold@redhat.com>
1 parent 520c988 commit 5e8f562

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/migration-using-must-gather.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ endif::[]
4040
. Run the `oc adm must-gather` command for one of the following data collection options:
4141

4242
ifdef::troubleshooting-3-4[]
43-
* To collect data for the past hour, use the following command:
43+
* To collect data for the past hour, run the following command:
4444
+
4545
[source,terminal]
4646
----
4747
$ oc adm must-gather --image=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8:v1.7
4848
----
4949
+
5050
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].
51-
* To collect data for the past 24 hours, use the following command:
51+
* To collect data for the past 24 hours, run the following command:
5252
+
5353
[source,terminal]
5454
----
@@ -58,15 +58,15 @@ $ oc adm must-gather --image=registry.redhat.io/rhmtc/openshift-migration-must-g
5858
This operation can take a long time. This command saves the data as the `must-gather/metrics/prom_data.tar.gz` file.
5959
endif::[]
6060
ifdef::troubleshooting-mtc[]
61-
* To collect data for the past 24 hours, use the following command:
61+
* To collect data for the past 24 hours, run the following command:
6262
+
6363
[source,terminal]
6464
----
6565
$ oc adm must-gather --image=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8:v1.8
6666
----
6767
+
6868
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].
69-
* To collect data for the past 24 hours, use the following command:
69+
* To collect data for the past 24 hours, run the following command:
7070
+
7171
[source,terminal]
7272
----
@@ -77,14 +77,14 @@ This operation can take a long time. This command saves the data as the `must-ga
7777
endif::[]
7878
ifdef::oadp-troubleshooting[]
7979
* Full `must-gather` data collection, including Prometheus metrics:
80-
.. For OADP 1.2, use the following command:
80+
.. For OADP 1.2, run the following command:
8181
+
8282
[source,terminal]
8383
----
8484
$ oc adm must-gather --image=registry.redhat.io/oadp/oadp-mustgather-rhel8:v1.2
8585
----
8686
+
87-
.. For OADP 1.3, use the following command:
87+
.. For OADP 1.3, run the following command:
8888
+
8989
[source,terminal]
9090
----
@@ -113,13 +113,13 @@ $ oc adm must-gather --image={must-gather} \
113113
114114
* Prometheus metrics data dump:
115115
116-
.. For OADP 1.2, use the following command:
116+
.. For OADP 1.2, run the following command:
117117
+
118118
[source,terminal]
119119
----
120120
$ oc adm must-gather --image=registry.redhat.io/oadp/oadp-mustgather-rhel8:v1.2 -- /usr/bin/gather_metrics_dump
121121
----
122-
.. For OADP 1.3, use the following command:
122+
.. For OADP 1.3, run the following command:
123123
+
124124
[source,terminal]
125125
----

0 commit comments

Comments
 (0)