]> git.proxmox.com Git - pve-qemu.git/commit - debian/patches/series
add patch fixing fd leak for vhost
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 3 Aug 2023 13:56:30 +0000 (15:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 3 Aug 2023 15:40:13 +0000 (17:40 +0200)
commitdf47146afe864ad111a90b9dcc4d02622412dfce
tree583b2de66210813fb2e6faff01f0fba4ddb55162
parentd9cbfafeeb9a529184b7ab2a8564fd3a1489ce83
add patch fixing fd leak for vhost

Each pause+resume operation (which is also done as part of taking a VM
snapshot) would increase the number of open file descriptors by the
number of vhost devices (e.g. network devices by default). This could
lead to crashes during backup and surely other issues once the system
limit (default 1024) was reached [0].

[0]: https://forum.proxmox.com/threads/131603/

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
debian/patches/extra/0011-vhost-fix-the-fd-leak.patch [new file with mode: 0644]
debian/patches/series