]> git.proxmox.com Git - qemu-server.git/commit
clone disk: allow cloning from an unused or unreferenced disk
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 9 Mar 2022 10:09:09 +0000 (11:09 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 11 Mar 2022 09:45:59 +0000 (10:45 +0100)
commit25166060aef0cea269308b60bd1e5c111666228b
tree8b87a9a861f9b15305f155b9f3ad345ad8d20f1a
parent7344af7bf8ad43715df220368f7d79c7d2530ab9
clone disk: allow cloning from an unused or unreferenced disk

and also when source and target drivename are different. In those
cases, it is done via qemu-img convert/dd.

In preparation to allow import from existing PVE-managed disks.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/API2/Qemu.pm
PVE/QemuServer.pm