From c80ca5e7dc5e90b8e242fce40c684d210091678a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Wed, 26 Sep 2018 17:08:55 +0200 Subject: [PATCH] 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 --- docker/services/multipathd.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/services/multipathd.yaml b/docker/services/multipathd.yaml index 0d16872a66..c0f8767517 100644 --- a/docker/services/multipathd.yaml +++ b/docker/services/multipathd.yaml @@ -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