Merge "Adds missing nvme package in cinder-backup" into stable/2023.2
This commit is contained in:
@@ -16,13 +16,15 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'ceph-common',
|
||||
'cryptsetup',
|
||||
'lvm2',
|
||||
'nvme-cli',
|
||||
'qemu-img'
|
||||
] %}
|
||||
{% elif base_package_type == 'deb' %}
|
||||
{% set cinder_base_packages = [
|
||||
'ceph-common',
|
||||
'lvm2',
|
||||
'cryptsetup',
|
||||
'lvm2',
|
||||
'nvme-cli',
|
||||
'python3-cephfs',
|
||||
'python3-rados',
|
||||
'python3-rbd',
|
||||
|
||||
@@ -12,7 +12,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'lsscsi',
|
||||
'device-mapper-multipath',
|
||||
'nfs-utils',
|
||||
'nvme-cli',
|
||||
'nvmetcli',
|
||||
'sysfsutils',
|
||||
'targetcli'
|
||||
@@ -22,7 +21,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'lsscsi',
|
||||
'multipath-tools',
|
||||
'nfs-common',
|
||||
'nvme-cli',
|
||||
'sysfsutils',
|
||||
'targetcli-fb',
|
||||
'thin-provisioning-tools',
|
||||
|
||||
Reference in New Issue
Block a user