]> git.proxmox.com Git - qemu-server.git/commit
api: move-disk: add move to other VM
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 9 Nov 2021 14:55:35 +0000 (15:55 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 9 Nov 2021 15:16:00 +0000 (16:16 +0100)
commita94532188d2234015a2a4e7d7d6c6e551297cf4b
tree87806a58c6252d99bbd9607b2cbbfbd873cb2711
parent1071373027c4e589bc5a91741e4e29ee92ecb116
api: move-disk: add move to other VM

The goal of this is to expand the move-disk API endpoint to make it
possible to move a disk to another VM. Previously this was only possible
with manual intervertion either by renaming the VM disk or by manually
adding the disks volid to the config of the other VM.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/API2/Qemu.pm
PVE/CLI/qm.pm