Merge "Fix Cinder Backup access to kernel modules (iscsi_tcp issue)"

This commit is contained in:
Zuul 2020-02-14 13:28:39 +00:00 committed by Gerrit Code Review
commit 35c3f333e9
2 changed files with 7 additions and 0 deletions

View File

@ -94,6 +94,7 @@ cinder_backup_default_volumes:
- "{{ node_config_directory }}/cinder-backup/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"
- "/dev/:/dev/"
- "/lib/modules:/lib/modules:ro"
- "/run/:/run/:shared"
- "cinder:/var/lib/cinder"
- "{% if enable_iscsid | bool %}iscsi_info:/etc/iscsi{% endif %}"

View File

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