Re: [pve-devel] [PATCH v2 qemu-server 2/6] vmstatus: add usage values for pool limits

2024-12-19 Thread Daniel Kral
On 16/04/2024 14:20, Fabian Grünbichler wrote: > these are separate from the existing ones to allow changes on either end > without side-effects, since the semantics are not quite the same. > > the conf values incorporate pending values (if higher than the current config > value), and avoid clamp

[pve-devel] [PATCH v2 qemu-server 2/6] vmstatus: add usage values for pool limits

2024-04-16 Thread Fabian Grünbichler
these are separate from the existing ones to allow changes on either end without side-effects, since the semantics are not quite the same. the conf values incorporate pending values (if higher than the current config value), and avoid clamping. the run values are currently identical to the regula