Skip to content
Snippets Groups Projects
Commit 97614a09 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Mount cinder volume for cinder-volume and cinder-backup all the time"

parents 5c18c932 e5ee448e
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ cinder_services:
- "/dev/:/dev/"
- "/lib/modules:/lib/modules:ro"
- "/run/:/run/:shared"
- "{% if enable_iscsid | bool %}cinder:/var/lib/cinder{% endif %}"
- "cinder:/var/lib/cinder"
- "{% if enable_iscsid | bool %}iscsi_info:/etc/iscsi{% endif %}"
- "kolla_logs:/var/log/kolla/"
cinder-backup:
......@@ -47,7 +47,7 @@ cinder_services:
- "/etc/localtime:/etc/localtime:ro"
- "/dev/:/dev/"
- "/run/:/run/:shared"
- "{% if enable_iscsid | bool %}cinder:/var/lib/cinder{% endif %}"
- "cinder:/var/lib/cinder"
- "{% if enable_iscsid | bool %}iscsi_info:/etc/iscsi{% endif %}"
- "kolla_logs:/var/log/kolla/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment