Load dm-multipath module from the host.
Until now, it's loaded from within the container, this doesn't work with SELinux separation. Change-Id: I3d63d1df7496d3b8a5883b07e9d40aa21153c086 Related-Bug: 1794550
This commit is contained in:
parent
694b8d3756
commit
c80ca5e7dc
@ -87,6 +87,12 @@ outputs:
|
||||
environment:
|
||||
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
||||
host_prep_tasks:
|
||||
- name: load dm-multipath
|
||||
import_role:
|
||||
role: tripleo-module-load
|
||||
vars:
|
||||
modules:
|
||||
- name: dm-multipath
|
||||
upgrade_tasks:
|
||||
- when: step|int == 0
|
||||
tags: common
|
||||
|
Loading…
Reference in New Issue
Block a user