Skip to content

Commit

Permalink
Collect additional ovnkube node logs
Browse files Browse the repository at this point in the history
With Interconnect support in latest OVN-Kubernetes, ovnkube-nodes
logs grew large. This commit adds the ability to collect those
additional logs.

Signed-off-by: Periyasamy Palanisamy <[email protected]>
  • Loading branch information
pperiyasamy authored and TurboTurtle committed Aug 22, 2023
1 parent c1e0741 commit 43714aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sos/report/plugins/openshift_ovn.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def setup(self):
# Collect ovn interconnect specific files if exists.
self.add_copy_spec([
"/var/lib/ovn-ic/etc/ovnnb_db.db",
"/var/lib/ovn-ic/etc/ovnsb_db.db"
"/var/lib/ovn-ic/etc/ovnsb_db.db",
"/var/lib/ovn-ic/etc/libovsdb*log*"
])

# The ovn cluster/status is not valid anymore for interconnect setup.
Expand Down

0 comments on commit 43714aa

Please sign in to comment.