amorenoz / ovs-dbg

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

Added OVN-IC path for collect-sos-ovn subcommand, so it works for OCP 4.14+ #115

Closed palonsoro closed 3 months ago

palonsoro commented 3 months ago

With the new OVN-Kubernetes interconnection scheme added in 4.14, all the nodes now have their own OVN databases and those are located in folders different from the previous location.

The sos report module openshift_ovn usually gathers them, but places them in the current location, so ovs-offline cannot find them.

This PR just adds the new path to the locations to search at while collecting OVN information from sosreport.

amorenoz commented 3 months ago

Awesome! Thanks @palonsoro

palonsoro commented 3 months ago

NP. Thx to you