Re: [pve-devel] [PATCH v2 qemu-server 1/6] config: add pool usage helper

2024-12-19 Thread Daniel Kral
On 16/04/2024 14:20, Fabian Grünbichler wrote: > determining the usage values for the current config. pending values are taken > into account if they are higher than the current value only, else it would be > possible to easily circumvent config limits by setting non-hotpluggable > pending > valu

[pve-devel] [PATCH v2 qemu-server 1/6] config: add pool usage helper

2024-04-16 Thread Fabian Grünbichler
determining the usage values for the current config. pending values are taken into account if they are higher than the current value only, else it would be possible to easily circumvent config limits by setting non-hotpluggable pending values. Signed-off-by: Fabian Grünbichler --- PVE/QemuConfig