]> git.proxmox.com Git - qemu-server.git/commit - PVE/API2/Qemu.pm
fix #1749: do not copy pending changes when cloning a vm
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 2 May 2018 09:23:59 +0000 (11:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 4 May 2018 06:26:26 +0000 (08:26 +0200)
commit68e46b84527e9cce8993ebff53ccde3988b88b28
treeab1eaf40a0003339499066a0625e082aa7750d67
parentd705271e3a4bc29622f917bcf2c959f4f0aa9357
fix #1749: do not copy pending changes when cloning a vm

cloning a vm means copying the current state, not the
state of 'some time in the future, when the vm is started again'
we should not copy the pending changes, which also fixes the
issue that we got a wrong pending change on the disks,net,smbios,etc.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Qemu.pm