Skip to content

Commit 1cebacc

Browse files
author
JoeAldinger
committed
OSDOCS-8105: MG and sosreport updated for OVN-K i/c
1 parent b707f07 commit 1cebacc

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
@@ -77,14 +77,21 @@ If an existing `toolbox` pod is already running, the `toolbox` command outputs `
7777
====
7878
+
7979
. Collect a `sosreport` archive.
80-
.. Run the `sosreport` command and enable the `crio.all` and `crio.logs` CRI-O container engine `sosreport` plugins:
80+
.. Run the `sos report` command and enable the `crio.all` and `crio.logs` CRI-O container engine `sosreport` plugins:
8181
+
8282
[source,terminal]
8383
----
84-
# sosreport -k crio.all=on -k crio.logs=on <1>
84+
# sos report -k crio.all=on -k crio.logs=on <1>
8585
----
8686
<1> `-k` enables you to define `sosreport` plugin parameters outside of the defaults.
8787
+
88+
.. Optional: To include information on OVN-Kubernetes networking configurations from a node in your report, run the following command:
89+
+
90+
[source,terminal]
91+
----
92+
# sos report --all-logs
93+
----
94+
8895
.. Press *Enter* when prompted, to continue.
8996
+
9097
.. Provide the Red Hat Support case ID. `sosreport` adds the ID to the archive's file name.

0 commit comments

Comments
 (0)