]> git.proxmox.com Git - ovs.git/commit
utilities: On RHEL 7 systems clean up after upgrade
authorGreg Rose <gvrose8192@gmail.com>
Fri, 29 Jun 2018 18:18:13 +0000 (11:18 -0700)
committerJustin Pettit <jpettit@ovn.org>
Fri, 29 Jun 2018 22:57:47 +0000 (15:57 -0700)
commite95ce654b8dd3d85b4004364cb41883080f436f1
tree5d364bc997b3239ae21a65fca67c15a578a7ca3e
parent6690de401904217e9c824197b0aa84d68d2c363a
utilities: On RHEL 7 systems clean up after upgrade

When upgrading from older versions of OVS that used the built-in geneve
kernel module on RHEL 7 systems to newer versions that use the 'compat'
vport_geneve and vport_vxlan drivers we need to clean up some cruft
that might have been left over after the upgrade.

Remove any genev_sys_6081 and vxlan_sys_4789 interfaces and then if
the RHEL 7 geneve or vxlan built-in drivers are loaded remove them
before loading the new drivers.

Removing the geneve and vxlan built-in drivers will prevent occurrences
of the "unassociated datapath" errors that can sometimes occur in some
environments.

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Justin Pettit <jpettit@ovn.org>
utilities/ovs-kmod-ctl.in