Skip to content

Commit bfa8e40

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Cinder backup fails due to absent multipath tools" into stable/zed
2 parents 096963a + 885b27a commit bfa8e40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/cinder/cinder-backup/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
99

1010
{% if base_package_type == 'rpm' %}
1111
{% set cinder_backup_packages = [
12+
'device-mapper-multipath',
1213
'nfs-utils'
1314
] %}
1415
{% elif base_package_type == 'deb' %}
1516
{% set cinder_backup_packages = [
17+
'multipath-tools',
1618
'nfs-common'
1719
] %}
1820
{% endif %}

0 commit comments

Comments
 (0)