Fix iSCSI mounts for Cinder backup container
Cinder backup requires iSCSI volume and host mount for backing any iSCSI volume, not only from LVM backend. 'enable_iscsid' is a catch-all setting for all iSCSI backends that also runs necessary iSCSI client on the same host. Change-Id: Ic486a9f72820df2e0a48a18166f043e5ddb5bd0a Closes-Bug: #1688519
This commit is contained in:
parent
b6d370ca43
commit
97a5b1ecc3
@ -47,8 +47,8 @@ cinder_services:
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "/dev/:/dev/"
|
||||
- "/run/:/run/:shared"
|
||||
- "{% if enable_cinder_backend_lvm | bool %}cinder:/var/lib/cinder{% endif %}"
|
||||
- "{% if enable_cinder_backend_lvm | bool %}iscsi_info:/etc/iscsi{% endif %}"
|
||||
- "{% if enable_iscsid | bool %}cinder:/var/lib/cinder{% endif %}"
|
||||
- "{% if enable_iscsid | bool %}iscsi_info:/etc/iscsi{% endif %}"
|
||||
- "kolla_logs:/var/log/kolla/"
|
||||
|
||||
####################
|
||||
|
Loading…
Reference in New Issue
Block a user