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:
Cédric Jeanneret 2018-09-26 17:08:55 +02:00
parent 694b8d3756
commit c80ca5e7dc
1 changed files with 6 additions and 0 deletions

View File

@ -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