LVM in cinder-volume container without udev
Disabling udev usage from LVM seems to be the only observed working way of running containerized cinder-volume with local LVM backend. I didn't come across reports that not using udev would have negative impact on the functionality. Additional info at https://groups.google.com/forum/#!topic/docker-user/n4Xtvsb4RAw Change-Id: I491795deab0c37d1bad3b50524481e0b76529667 Depends-On: I1bf395a6228dba66fa6bf9b8bcc9f3ac3d922a49 Closes-Bug: #1700982
This commit is contained in:
parent
322f2dbd4c
commit
e718f93872
@ -67,9 +67,15 @@ outputs:
|
||||
description: Role data for the Cinder Volume role.
|
||||
value:
|
||||
service_name: {get_attr: [CinderBase, role_data, service_name]}
|
||||
config_settings: {get_attr: [CinderBase, role_data, config_settings]}
|
||||
config_settings:
|
||||
map_merge:
|
||||
- get_attr: [CinderBase, role_data, config_settings]
|
||||
- tripleo::profile::base::lvm::enable_udev: false
|
||||
step_config: &step_config
|
||||
get_attr: [CinderBase, role_data, step_config]
|
||||
list_join:
|
||||
- "\n"
|
||||
- - "include ::tripleo::profile::base::lvm"
|
||||
- get_attr: [CinderBase, role_data, step_config]
|
||||
service_config_settings: {get_attr: [CinderBase, role_data, service_config_settings]}
|
||||
# BEGIN DOCKER SETTINGS
|
||||
puppet_config:
|
||||
|
Loading…
x
Reference in New Issue
Block a user