]> git.proxmox.com Git - qemu-server.git/commit
fix #1131: activate volume before copying efidisk
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 6 Oct 2016 09:56:00 +0000 (11:56 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 7 Oct 2016 06:20:51 +0000 (08:20 +0200)
commit02daf96a156d93850afcddec8f1049392b42e808
tree492cefde32b754f254c2d9d45c9f8e47615d60b0
parente22b5f22a5bfe193f835e0d9a09cd7fcde33b907
fix #1131: activate volume before copying efidisk

before copying the efidisk image to a storage,
we first have to activate the volume

also, add the -n flag to qemu-img convert (prevents
creation of the target volume)

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