Skip to content

Commit

Permalink
Added OVN-IC path for collect-sos-ovn subcommand, so it works for OCP…
Browse files Browse the repository at this point in the history
… 4.14+
  • Loading branch information
palonsoro committed May 27, 2024
1 parent d125bf1 commit b0eecdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ovs-offline
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ do_collect-sos-ovn() {
exit 1
fi
local sos=$1
local db_locations="var/lib/openvswitch/ovn usr/local/etc/openvswitch etc/openvswitch var/lib/openvswitch var/lib/ovn/etc"
local db_locations="var/lib/openvswitch/ovn usr/local/etc/openvswitch etc/openvswitch var/lib/openvswitch var/lib/ovn/etc var/lib/ovn-ic/etc"

mkdir -p ${SOS_DIR}

Expand Down

0 comments on commit b0eecdc

Please sign in to comment.