The 'zero-blocks' capability was deprecated in QEMU commit 73581a041e ("migration: Deprecate zero-blocks capability")
> The zero-blocks capability was meant to be used along with the block > migration, which has been removed already in commit eef0bae3a7 > ("migration: Remove block migration"). > Setting zero-blocks is currently a noop, but the outright removal of > the capability would cause and error in case some users are still > setting it. Put the capability through the deprecation process. The default for the capability already was disabled (checked in QEMU 8.0 source). Signed-off-by: Fiona Ebner <f.eb...@proxmox.com> --- PVE/QemuServer.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 52bdd6fd..7731bda9 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -4636,7 +4636,6 @@ sub set_migration_caps { "auto-converge" => 1, "xbzrle" => 1, "x-rdma-pin-all" => 0, - "zero-blocks" => 0, "dirty-bitmaps" => $dirty_bitmaps, }; -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel