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

Merge "Mount /lib/modules folder for cinder-volume container"

parents baa36694 13e5942a
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ cinder_services:
- "{{ node_config_directory }}/cinder-volume/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"
- "/dev/:/dev/"
- "/lib/modules:/lib/modules:ro"
- "/run/:/run/:shared"
- "{% if enable_iscsid | bool %}cinder:/var/lib/cinder{% endif %}"
- "{% if enable_iscsid | bool %}iscsi_info:/etc/iscsi{% endif %}"
......
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