Re: [pve-devel] [PATCH v6 qemu-server 2/5] disk reassign: add API endpoint

2021-04-19 Thread Aaron Lauterer
On 4/15/21 1:52 PM, Fabian Ebner wrote: One nit and one comment inline. Am 02.04.21 um 12:19 schrieb Aaron Lauterer: The goal of this new API endpoint is to provide an easy way to move a disk between VMs as this was only possible with manual intervention until now. Either by renaming the VM d

Re: [pve-devel] [PATCH v6 qemu-server 2/5] disk reassign: add API endpoint

2021-04-19 Thread Aaron Lauterer
On 4/18/21 5:24 PM, Thomas Lamprecht wrote: On 02.04.21 12:19, Aaron Lauterer wrote: The goal of this new API endpoint is to provide an easy way to move a disk between VMs as this was only possible with manual intervention until now. Either by renaming the VM disk or by manually adding the di

Re: [pve-devel] [PATCH v6 qemu-server 2/5] disk reassign: add API endpoint

2021-04-18 Thread Thomas Lamprecht
On 02.04.21 12:19, Aaron Lauterer wrote: > The goal of this new API endpoint is to provide an easy way to move a > disk between VMs as this was only possible with manual intervention > until now. Either by renaming the VM disk or by manually adding the > disks volid to the config of the other VM. >

Re: [pve-devel] [PATCH v6 qemu-server 2/5] disk reassign: add API endpoint

2021-04-15 Thread Fabian Ebner
One nit and one comment inline. Am 02.04.21 um 12:19 schrieb Aaron Lauterer: The goal of this new API endpoint is to provide an easy way to move a disk between VMs as this was only possible with manual intervention until now. Either by renaming the VM disk or by manually adding the disks volid t