Merge "Do not load dm-multipath module from the container"

This commit is contained in:
Zuul 2018-11-07 19:38:03 +00:00 committed by Gerrit Code Review
commit 87e293df1f
3 changed files with 4 additions and 5 deletions

View File

@ -13,8 +13,5 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{{ macros.install_packages(multipathd_packages | customizable("packages")) }}
COPY extend_start.sh /usr/local/bin/kolla_extend_start
RUN chmod 755 /usr/local/bin/kolla_extend_start
{% block multipathd_footer %}{% endblock %}
{% block footer %}{% endblock %}

View File

@ -1,2 +0,0 @@
#!/bin/bash
modprobe dm-multipath

View File

@ -0,0 +1,4 @@
---
upgrade:
- Remove kernel module loading from within containers. This must now be done
on the host directly.