Skip to content

Commit 0a17781

Browse files
authored
Merge pull request #390 from stackhpc/upstream/2024.1-2025-03-24
Synchronise 2024.1 with upstream
2 parents c9ed28f + 34d537a commit 0a17781

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/cinder/cinder-base/Dockerfile.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1616
'ceph-common',
1717
'cryptsetup',
1818
'lvm2',
19+
'nvme-cli',
1920
'qemu-img'
2021
] %}
2122
{% elif base_package_type == 'deb' %}
2223
{% set cinder_base_packages = [
2324
'ceph-common',
24-
'lvm2',
2525
'cryptsetup',
26+
'lvm2',
27+
'nvme-cli',
2628
'python3-cephfs',
2729
'python3-rados',
2830
'python3-rbd',

docker/cinder/cinder-volume/Dockerfile.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1212
'lsscsi',
1313
'device-mapper-multipath',
1414
'nfs-utils',
15-
'nvme-cli',
1615
'nvmetcli',
1716
'sysfsutils',
1817
'targetcli'
@@ -22,7 +21,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2221
'lsscsi',
2322
'multipath-tools',
2423
'nfs-common',
25-
'nvme-cli',
2624
'sysfsutils',
2725
'targetcli-fb',
2826
'thin-provisioning-tools',

0 commit comments

Comments
 (0)