commit | 5c6e57634aea64cb995766739365a48cddc9b5eb | [log] [tgz] |
---|---|---|
author | Yaguang Tang <yaguang.tang@vexxhost.com> | Sat Feb 08 00:17:13 2025 +0800 |
committer | Yaguang Tang <yaguang.tang@vexxhost.com> | Tue Feb 11 21:23:47 2025 +0000 |
tree | 09637786123adab12bfd1bda4afbd3ce567c4c0d | |
parent | 5d4b08c0821ed2df4cb332f6ca867b6d00c03f8b [diff] |
add kernel option aio-max-nr for aio=native storage For VMs that have disks with aio=native, the qemu will request an io_setup with nr_events=1024, and hence on each VM startup, the fs.aio-nr will be incremented by 1024. Once it reaches the fs.aio-max-nrlimit (65536 by default), the new io_setup request from the newly spawned VMs will fail with EAGAIN Change-Id: I564d6b99e43e05b051de62d9aea2a1fe41dacd8a
If you have any questions and discussions about Atmosphere, you can join the community:
You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands::
pre-commit install --hook-type commit-msg