Skip to content

Commit 85f7628

Browse files
committed
OCPBUGS-13925 add flags to collect podman logs
1 parent f63182a commit 85f7628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/support-generating-a-sosreport-archive.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ If an existing `toolbox` pod is already running, the `toolbox` command outputs `
8282
====
8383
+
8484
. Collect a `sosreport` archive.
85-
.. Run the `sos report` command and enable the `crio.all` and `crio.logs` CRI-O container engine `sosreport` plugins:
85+
.. Run the `sos report` command to collect necessary troubleshooting data on `crio` and `podman`:
8686
+
8787
[source,terminal]
8888
----
89-
# sos report -k crio.all=on -k crio.logs=on <1>
89+
# sos report -k crio.all=on -k crio.logs=on -k podman.all=on -k podman.logs=on <1>
9090
----
9191
<1> `-k` enables you to define `sosreport` plugin parameters outside of the defaults.
9292
+

0 commit comments

Comments
 (0)