[pdm-devel] [PATCH proxmox-datacenter-manager 1/3] qemu: set with_conntrack_state when remote migrating
Stefan Hanreich
s.hanreich at proxmox.com
Mon Aug 11 16:18:42 CEST 2025
The migrate endpoint got an additional parameter, so it needs to be
set when invoking the API endpoint from PVE. Since remote migration
currently doesn't support migrating conntrack status, default to
None.
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
server/src/api/pve/qemu.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/server/src/api/pve/qemu.rs b/server/src/api/pve/qemu.rs
index dea0550..5a41a69 100644
--- a/server/src/api/pve/qemu.rs
+++ b/server/src/api/pve/qemu.rs
@@ -373,6 +373,7 @@ pub async fn qemu_migrate(
target,
targetstorage: target_storage,
with_local_disks,
+ with_conntrack_state: None,
};
let upid = pve.migrate_qemu(&node, vmid, params).await?;
--
2.47.2
More information about the pdm-devel
mailing list