nova/releasenotes/notes/vhost-user-mtu-23d0af36a8ad...

8 lines
348 B
YAML

---
fixes:
- When plugging virtual interfaces of type vhost-user the MTU value will
not be applied to the interface by nova. vhost-user ports exist only in
userspace and are not backed by kernel netdevs, for this reason it is
not possible to set the mtu on a vhost-user interface using standard
tools such as ifconfig or ip link.