97c1306b27
When we install libvirt on a host, the system parameter ``fs.aio-max-nr`` is to 1048576. Since we containerized libvirtd, we lost this system parameter. We now make sure it's defined by adding it from the nova-libvirt-common template. Resolves: rhbz#2036195 Change-Id: I4d82e2a467c4250b23cc7de97233f934b3dbbe46
8 lines
268 B
YAML
8 lines
268 B
YAML
---
|
|
fixes:
|
|
- |
|
|
When we install libvirt on a host, the system parameter ``fs.aio-max-nr`` is
|
|
to 1048576. Since we containerized libvirtd, we lost this system parameter.
|
|
We now make sure it's defined by adding it from the nova-libvirt-common
|
|
template.
|