commit | cd3bccc5d041676d5eef43e99233a7207c5107f2 | [log] [tgz] |
---|---|---|
author | Yaguang Tang <yaguang.tang@vexxhost.com> | Sat Feb 08 00:17:13 2025 +0800 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Feb 11 05:07:23 2025 +0000 |
tree | 04002eea5f028686898d8e14de094553a0a21daa | |
parent | 8ccabb61cb8aa6a86c653cc47e43a648e8e07268 [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