Skip to content

Commit 3432917

Browse files
alanbachTurboTurtle
authored andcommitted
[ovs] capture ovs-appctl bfd/show for OVN chassis.
Signed-off-by: Alan Baghumian <alan.baghumian@canonical.com>
1 parent 2e6d358 commit 3432917

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sos/report/plugins/openvswitch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ def setup(self):
116116
f"{self.vctl} -t 5 list bridge",
117117
# Capture OVS datapath list
118118
f"{self.vctl} -t 5 list datapath",
119+
# Capture BFD status for OVN chassis
120+
f"{self.actl} bfd/show",
119121
# Capture DPDK queue to pmd mapping
120122
f"{self.actl} dpif-netdev/pmd-rxq-show -secs 5",
121123
f"{self.actl} dpif-netdev/pmd-rxq-show -secs 30",

0 commit comments

Comments
 (0)