We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 096963a + 885b27a commit bfa8e40Copy full SHA for bfa8e40
docker/cinder/cinder-backup/Dockerfile.j2
@@ -9,10 +9,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
9
10
{% if base_package_type == 'rpm' %}
11
{% set cinder_backup_packages = [
12
+ 'device-mapper-multipath',
13
'nfs-utils'
14
] %}
15
{% elif base_package_type == 'deb' %}
16
17
+ 'multipath-tools',
18
'nfs-common'
19
20
{% endif %}
0 commit comments