[pve-devel] applied: [PATCH v2 qemu] fix #4507: add patch to automatically increase NOFILE soft limit

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Feb 6 10:34:23 CET 2024


Am 05/02/2024 um 14:13 schrieb Fiona Ebner:
> In many configurations, e.g. multiple vNICs with multiple queues or
> with many Ceph OSDs, the default soft limit of 1024 is not enough.
> QEMU is supposed to work fine with file descriptors >= 1024 and does
> not use select() on POSIX. Bump the soft limit to the allowed hard
> limit to avoid issues with the aforementioned configurations.
> 
> Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
> ---
> 
> Changes in v2:
>     * pick v2 that was accepted upstream:
>       https://lore.kernel.org/qemu-devel/ZcC3-G_COqbk8SxX@redhat.com/
>     * because of that, put it into the extra/ folder rather than pve/
> 
>  ...-increase-NOFILE-soft-limit-on-POSIX.patch | 119 ++++++++++++++++++
>  ...async-for-background-state-snapshots.patch |   4 +-
>  ...-Add-dummy-id-command-line-parameter.patch |   4 +-
>  ...E-Allow-version-code-in-machine-type.patch |   4 +-
>  ...ct-stderr-to-journal-when-daemonized.patch |   6 +-
>  debian/patches/series                         |   1 +
>  6 files changed, 129 insertions(+), 9 deletions(-)
>  create mode 100644 debian/patches/extra/0012-qemu_init-increase-NOFILE-soft-limit-on-POSIX.patch
> 
>

applied, thanks!




More information about the pve-devel mailing list