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

Merge "elevates privileges and grants access to /dev/mapper to cinder backup"

parents dda86e6d 6f80ed22
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,11 @@ ...@@ -16,9 +16,11 @@
common_options: "{{ docker_common_options }}" common_options: "{{ docker_common_options }}"
name: "cinder_backup" name: "cinder_backup"
image: "{{ cinder_backup_image_full }}" image: "{{ cinder_backup_image_full }}"
privileged: True
volumes: volumes:
- "{{ node_config_directory }}/cinder-backup/:{{ container_config_directory }}/:ro" - "{{ node_config_directory }}/cinder-backup/:{{ container_config_directory }}/:ro"
- "/run/kolla/log:/dev/log" - "/run/kolla/log:/dev/log"
- "/dev/mapper/:/dev/mapper/"
when: inventory_hostname in groups['cinder-backup'] when: inventory_hostname in groups['cinder-backup']
- name: Starting cinder-scheduler container - name: Starting cinder-scheduler container
......
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