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 b11ea96 + d0fd3e6 commit 6a788a0Copy full SHA for 6a788a0
docker/cinder/cinder-backup/Dockerfile.j2
@@ -10,12 +10,16 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
10
{% if base_package_type == 'rpm' %}
11
{% set cinder_backup_packages = [
12
'device-mapper-multipath',
13
- 'nfs-utils'
+ 'lsscsi',
14
+ 'nfs-utils',
15
+ 'sysfsutils'
16
] %}
17
{% elif base_package_type == 'deb' %}
18
19
20
'multipath-tools',
- 'nfs-common'
21
+ 'nfs-common',
22
23
24
{% endif %}
25
0 commit comments