Re: [pve-devel] [PATCH v1 qemu-server 5/9] api: move-disk: add move to other VM

2021-08-05 Thread Aaron Lauterer
On 8/3/21 9:34 AM, Fabian Ebner wrote: Am 19.07.21 um 16:52 schrieb Aaron Lauterer: 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 manuall

Re: [pve-devel] [PATCH v1 qemu-server 5/9] api: move-disk: add move to other VM

2021-08-03 Thread Fabian Ebner
Am 19.07.21 um 16:52 schrieb Aaron Lauterer: 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

[pve-devel] [PATCH v1 qemu-server 5/9] api: move-disk: add move to other VM

2021-07-19 Thread Aaron Lauterer
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 -