amorenoz / ovs-dbg

Scripts to help debug OVS and OVN
Apache License 2.0
23 stars 8 forks source link

offline-dbg: make collect-sos-ovn check all db locations #46

Closed SalDaniele closed 3 years ago

SalDaniele commented 3 years ago

The current sos report checks a number of potential locations for ovnnb_db and ovnsb_db. collect-sos-ovn should check each of these locations for db files.

Signed-off-by: Salvatore Daniele sdaniele@redhat.com

SalDaniele commented 3 years ago

I was trying to add the ovn_db from an sos report run on my kind set up and noticed the databases were stored in /etc/openvswitch.

Should we check all of these locations when collecting from sos? https://github.com/sosreport/sos/blob/main/sos/report/plugins/ovn_central.py#L137

amorenoz commented 3 years ago

LGTM