Merge "Add warning about mtu update and libvirt limitation"

This commit is contained in:
Zuul 2022-11-14 13:05:32 +00:00 committed by Gerrit Code Review
commit 6c45560426
1 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,13 @@ A newer ``net-mtu-writable`` extension enhances ``net-mtu`` in that now the
``mtu`` attribute is available for write (both when creating as well as
updating networks).
.. warning::
Due to limitations in libvirt and QEMU, updating the ``mtu`` value for an
existing network with instances plugged into it requires either a hard
reboot of those instances, or a detach and re-attach of their ports from
that network.
Multiple provider extension
===========================