kolla-ansible/releasenotes/notes/bug-1941940-c63265ea6ea2f594.yaml
Radosław Piliszek 11d7233ccc Bump libvirtd memlock ulimit
This is required for libvirtd with cgroupsv2 (Debian Bullseye and
soon others).
Otherwise, device attachments simply fail.
The warning message suggests filtering will be disabled but it
actually just fails the action entirely.

Change-Id: Id1fbd49a31a6e6e51b667f646278b93897c05b21
Closes-Bug: #1941940
2021-09-03 15:37:13 +00:00

12 lines
370 B
YAML

---
fixes:
- |
Fixes inability to attach devices (e.g., volumes via iSCSI/FC)
to instances on Debian Bullseye.
`LP#1941940 <https://launchpad.net/bugs/1941940>`__
upgrade:
- |
To fix LP#1941940, ``nova_libvirt_dimensions`` now by default combines with
``nova_libvirt_default_dimensions``. Please consider this when customising
that variable.