Skip to content

Commit 93b2563

Browse files
authored
Merge pull request #65978 from JoeAldinger/OSDOCS-8105
/lgtm, merging
2 parents 0b425a0 + 1cebacc commit 93b2563

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

modules/gathering-data-network-logs.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ You can gather network logs on all nodes in a cluster.
1818
$ oc adm must-gather -- gather_network_logs
1919
----
2020

21+
[NOTE]
22+
====
23+
By default, the `must-gather` tool collects the OVN `nbdb` and `sbdb` databases from all of the nodes in the cluster. Adding the `-- gather_network_logs` option to include additional logs that contain OVN-Kubernetes transactions for OVN `nbdb` database.
24+
====
2125
. Create a compressed file from the `must-gather` directory that was just created in your working directory. For example, on a computer that uses a Linux operating system, run the following command:
2226
+
2327
[source,terminal]

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,21 @@ If an existing `toolbox` pod is already running, the `toolbox` command outputs `
8282
====
8383
+
8484
. Collect a `sosreport` archive.
85-
.. Run the `sosreport` command and enable the `crio.all` and `crio.logs` CRI-O container engine `sosreport` plugins:
85+
.. Run the `sos report` command and enable the `crio.all` and `crio.logs` CRI-O container engine `sosreport` plugins:
8686
+
8787
[source,terminal]
8888
----
89-
# sosreport -k crio.all=on -k crio.logs=on <1>
89+
# sos report -k crio.all=on -k crio.logs=on <1>
9090
----
9191
<1> `-k` enables you to define `sosreport` plugin parameters outside of the defaults.
9292
+
93+
.. Optional: To include information on OVN-Kubernetes networking configurations from a node in your report, run the following command:
94+
+
95+
[source,terminal]
96+
----
97+
# sos report --all-logs
98+
----
99+
93100
.. Press *Enter* when prompted, to continue.
94101
+
95102
.. Provide the Red Hat Support case ID. `sosreport` adds the ID to the archive's file name.

0 commit comments

Comments
 (0)