Re: [pve-devel] [PATCH qemu-server 5/5] hotplug_pending: allow partial fast plugging

2020-02-13 Thread Stefan Reiter
On 1/28/20 4:03 PM, Oguz Bektas wrote: adds a loop after the main fastplug loop, to check if any of the options are partially fast pluggable. these are defined in $partial_fast_plug_option our first use case is the fstrim_cloned_disks option of the qemu-guest-agent Signed-off-by: Oguz Bektas

[pve-devel] [PATCH qemu-server 5/5] hotplug_pending: allow partial fast plugging

2020-01-28 Thread Oguz Bektas
adds a loop after the main fastplug loop, to check if any of the options are partially fast pluggable. these are defined in $partial_fast_plug_option our first use case is the fstrim_cloned_disks option of the qemu-guest-agent Signed-off-by: Oguz Bektas --- PVE/QemuConfig.pm | 7 +++ PVE/