When cloning from a snapshot, the current VM state is not copied. Not all relevant properties were dropped, leading to some left-overs in the configuration of the clone target.
Signed-off-by: Fiona Ebner <f.eb...@proxmox.com> Link: https://lore.proxmox.com/20250917163038.488710-2-f.eb...@proxmox.com (cherry picked from commit 6572ff578488da700123281ac447d2ad6bd1771f) [FE: drop running-nets-host-mtu which does not exist in PVE 8] Signed-off-by: Fiona Ebner <f.eb...@proxmox.com> --- src/PVE/API2/Qemu.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/PVE/API2/Qemu.pm b/src/PVE/API2/Qemu.pm index 9d026bc5..5af117ba 100644 --- a/src/PVE/API2/Qemu.pm +++ b/src/PVE/API2/Qemu.pm @@ -4333,7 +4333,9 @@ __PACKAGE__->register_method({ || $opt eq 'parent' || $opt eq 'snaptime' || $opt eq 'vmstate' - || $opt eq 'snapstate'; + || $opt eq 'snapstate' + || $opt eq 'runningcpu' + || $opt eq 'runningmachine'; # no need to copy unused images, because VMID(owner) changes anyways next if $opt =~ m/^unused\d+$/; -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel