Victoria Series Release Notes¶
2.2.1¶
Bug Fixes¶
Linux kernel 5.8 changed the sysfs interface that is used to discover the interfaces used for OVS offloads for certain NIC models. This results in network plugging failure, as described in bug #1892132. This release fixes the plugging issue by properly handling the new sysfs structure.
2.2.0¶
Upgrade Notes¶
os-vif now uses the
native
ovsdb driver instead ofvsctl
driver. This reduces the number of privileged call that os-vif need to make and generally improves plugging performance. In future release thevsctl
backend will be removed.
Deprecation Notes¶
The
vsctl
ovsdb driver is now deprecated for removal. The default ovsdb interface has now been updated tonative
. This will use the ovs python binding instead of invoking theovs-vsctl
CLI. Thenative
backend both outperforms thevsctl
backend and require no elevated privileges to configure the ovsdb. This both improves security and reduces plug and unplug time.