Skip to content

Commit

Permalink
Merge "Fix cinder-backup: add missing sysfsutils,lsscsi package" into…
Browse files Browse the repository at this point in the history
… stable/2023.1
  • Loading branch information
Zuul authored and openstack-gerrit committed Sep 22, 2024
2 parents b11ea96 + d0fd3e6 commit 6a788a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker/cinder/cinder-backup/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_package_type == 'rpm' %}
{% set cinder_backup_packages = [
'device-mapper-multipath',
'nfs-utils'
'lsscsi',
'nfs-utils',
'sysfsutils'
] %}
{% elif base_package_type == 'deb' %}
{% set cinder_backup_packages = [
'lsscsi',
'multipath-tools',
'nfs-common'
'nfs-common',
'sysfsutils'
] %}
{% endif %}

Expand Down

0 comments on commit 6a788a0

Please sign in to comment.