[pve-devel] applied: [PATCH qemu-server v3] fix #3588: helper: consider NIC count for config-specific timeout

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Dec 5 12:10:40 CET 2024


Am 26.11.24 um 15:52 schrieb Hannes Laimer:
> There have been some reports about `qm start` timeouts on VMs that have a
> lot of NICs assigned.
> This patch considers the number of NICs when calculating the config-specific
> timeout. Since the increase in start time is linearly related to the number
> of NICs, a constant timeout increment per NIC was chosen.
> 
> Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
> ---
> changes since v3:
>  * move scalar() to wrap grep...
>  * match against `\d+` instead of `\d{1,2}`
> 
>  PVE/QemuServer/Helpers.pm | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
>

applied, thanks!




More information about the pve-devel mailing list