]> git.proxmox.com Git - qemu-server.git/commit
fix VM clone from snapshot with cloudinit disk
authorMira Limbeck <m.limbeck@proxmox.com>
Mon, 28 Sep 2020 08:36:30 +0000 (10:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Oct 2020 13:39:43 +0000 (15:39 +0200)
commitf8c4b2c5ba1820b86ae69751ab643e26ca8c9852
treecc54dd9052e523f7afe0d400be3b6ad978c6f433
parent32e5405084e5a3bf4627ad2c5541f42fe519d778
fix VM clone from snapshot with cloudinit disk

All volumes contained in $vollist are activated. In this case a snapshot
of the volume. For cloudinit disks no snapshots are created so don't add
it to the list of volumes to activate as it otherwise fails with no
logical volume found.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
PVE/API2/Qemu.pm