public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH-SERIES qemu-server v2 0/4] migration: reduce friction with nets-host-mtu
@ 2025-09-09  9:16 Fiona Ebner
  2025-09-09  9:16 ` [pve-devel] [PATCH qemu-server master v2 1/4] migration: tell users to upgrade if nets-host-mtu is not supported Fiona Ebner
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fiona Ebner @ 2025-09-09  9:16 UTC (permalink / raw)
  To: pve-devel

Changes in v2:
* avoid re-introducing breakage if param is actually required

The introduction of the nets-host-mtu migration parameter causes some
friction and requires users to upgrade nodes. In Proxmox VE 9, this
cannot easily be avoided, because the default behavior of inheriting
the MTU from the bridge means, that most migrations are potentially
problematic if not using the parameter. Still, more context is given
to the error so users know they'll need to upgrade.

If both, source and target are on Proxmox VE 8, most migrations are
not affected, only when the MTU parameter is explicitly set to
"inherit from bridge". To reduce friction there, the nets-host-mtu
parameter is only used if such a VirtIO-net device is present.


master:

Fiona Ebner (2):
  migration: tell users to upgrade if nets-host-mtu is not supported
  migration: remove unused variable

 src/PVE/QemuMigrate.pm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


stable-bookworm:

Fiona Ebner (2):
  migration: only use nets-host-mtu for PVE 8 target if actually
    required
  migration: tell users to upgrade if nets-host-mtu is required but not
    supported

 src/PVE/QemuMigrate.pm | 14 +++++++++++---
 src/PVE/QemuServer.pm  |  3 ++-
 2 files changed, 13 insertions(+), 4 deletions(-)


-- 
2.47.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-09-09  9:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-09  9:16 [pve-devel] [PATCH-SERIES qemu-server v2 0/4] migration: reduce friction with nets-host-mtu Fiona Ebner
2025-09-09  9:16 ` [pve-devel] [PATCH qemu-server master v2 1/4] migration: tell users to upgrade if nets-host-mtu is not supported Fiona Ebner
2025-09-09  9:16 ` [pve-devel] [PATCH qemu-server master v2 2/4] migration: remove unused variable Fiona Ebner
2025-09-09  9:16 ` [pve-devel] [PATCH qemu-server stable-bookworm v2 3/4] migration: only use nets-host-mtu for PVE 8 target if actually required Fiona Ebner
2025-09-09  9:17 ` [pve-devel] [PATCH qemu-server stable-bookworm v2 4/4] migration: tell users to upgrade if nets-host-mtu is required but not supported Fiona Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal