Re: [pve-devel] [PATCH v5 manager 3/3] ui: qemu: Add disk reassign dialog

2021-04-18 Thread Thomas Lamprecht
On 15.02.21 16:26, Aaron Lauterer wrote: > Adds a new button to the hardware panel labeled 'Reassign disk' and > enables a user to reassign a disk to another VM. > > Signed-off-by: Aaron Lauterer > --- > > v4 -> v5: rebased > > v3 -> v4: > * added check to not show template VMs in dropdown > *

[pve-devel] [PATCH v5 manager 3/3] ui: qemu: Add disk reassign dialog

2021-02-15 Thread Aaron Lauterer
Adds a new button to the hardware panel labeled 'Reassign disk' and enables a user to reassign a disk to another VM. Signed-off-by: Aaron Lauterer --- v4 -> v5: rebased v3 -> v4: * added check to not show template VMs in dropdown * renamed disk parameter to `drive_name` v2 -> v3: * fixed check