kolla-ansible/releasenotes/notes/bug-1863094-1564f489a7eecb28.yaml
Radosław Piliszek eff22e7c56 Fix Cinder Backup access to kernel modules (iscsi_tcp issue)
It looks like the only missing part was the actual mount of
/lib/modules

Now Cinder Backup volumes differ from Cinder Volume volumes only
by /etc/target which is not relevant (Cinder Backup does not
provide a target).

Change-Id: Iccf4298c4f9306eb0a95b6712815778555ef44fc
Closes-bug: #1863094
2020-02-14 08:54:30 +01:00

7 lines
157 B
YAML

---
fixes:
- |
Cinder Backup has now access to kernel modules to load e.g. iscsi_tcp
module.
`LP#1863094 <https://launchpad.net/bugs/1863094>`