You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/virt-must-gather-options.adoc
+25-19Lines changed: 25 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ You can specify a combination of scripts and environment variables for the follo
10
10
11
11
* Collecting detailed virtual machine (VM) information from a namespace
12
12
* Collecting detailed information about specified VMs
13
-
* Collecting imageand imagestream information
13
+
* Collecting image, image-stream, and image-stream-tags information
14
14
* Limiting the maximum number of parallel processes used by the `must-gather` tool
15
15
16
16
[id="parameters"]
@@ -33,13 +33,13 @@ Using too many parallel processes can cause performance issues. Increasing the m
33
33
34
34
.Scripts
35
35
36
-
Each script is only compatible with certain environment variable combinations.
36
+
Each script is compatible only with certain environment variable combinations.
37
37
38
-
`gather_vms_details`:: Collect VM log files, VM definitions, and namespaces (and their child objects) that belong to {VirtProductName} resources. If you use this parameter without specifying a namespace or VM, the `must-gather` tool collects this data for all VMs in the cluster. This script is compatible with all environment variables, but you must specify a namespace if you use the `VM` variable.
38
+
`/usr/bin/gather`:: Use the default `must-gather` script, which collects cluster data from all namespaces and includes only basic VM information. This script is compatible only with the `PROS` variable.
39
39
40
-
`gather`:: Use the default `must-gather` script, which collects cluster data from all namespaces and includes only basic VM information. This script is only compatible with the `PROS` variable.
40
+
`/usr/bin/gather --vms_details`:: Collect VM log files, VM definitions, control-plane logs, and namespaces that belong to {VirtProductName} resources. Specifying namespaces includes their child objects. If you use this parameter without specifying a namespace or VM, the `must-gather` tool collects this data for all VMs in the cluster. This script is compatible with all environment variables, but you must specify a namespace if you use the `VM` variable.
41
41
42
-
`gather_images`:: Collect imageand imagestream custom resource information. This script is only compatible with the `PROS` variable.
42
+
`/usr/bin/gather --images`:: Collect image, image-stream, and image-stream-tags custom resource information. This script is compatible only with the `PROS` variable.
43
43
44
44
[id="usage-and-examples_{context}"]
45
45
== Usage and examples
@@ -50,58 +50,64 @@ Environment variables are optional. You can run a script by itself or with one o
To customize the data that `must-gather` collects, you append a double dash (`--`) to the command, followed by a space and one or more compatible parameters.
Copy file name to clipboardExpand all lines: virt/support/virt-collecting-virt-data.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Collecting data about malfunctioning virtual machines (VMs) minimizes the time r
54
54
55
55
.Procedure
56
56
57
-
. xref:../../virt/support/virt-collecting-virt-data.adoc#virt-must-gather-options_virt-collecting-virt-data[Collect must-gather data for the VMs] using the `gather_vms_details` script.
57
+
. xref:../../virt/support/virt-collecting-virt-data.adoc#virt-must-gather-options_virt-collecting-virt-data[Collect must-gather data for the VMs] using the `/usr/bin/gather` script.
58
58
. Collect screenshots of VMs that have crashed _before_ you restart them.
59
59
. xref:../../virt/getting_started/virt-using-the-cli-tools.adoc#vm-memory-dump-commands_virt-using-the-cli-tools[Collect memory dumps from VMs] _before_ remediation attempts.
60
60
. Record factors that the malfunctioning VMs have in common. For example, the VMs have the same host or network.
0 commit comments