virtualization
virtualization copied to clipboard
chore(core): increase aio-max-nr on hypervisors via ngc
Description
Increase aio-max-nr on servers where enabled virtualization
Why do we need it, and what problem does it solve?
On sets with a large number of VMs, the machines can't schedule, the kernel needed to tune. aio-max-nr=1048576
What is the expected result?
A VM can be scheduled and started
Checklist
- [ ] The code is covered by unit tests.
- [ ] e2e tests passed.
- [ ] Documentation updated according to the changes.
- [x] Changes were tested in the Kubernetes cluster manually.