Skip to content

Commit 5e8c7cb

Browse files
FelipeAFVAlex-Welsh
authored andcommitted
Adds missing nvme package in cinder-backup
The package moved to the cinder-base image since it already added to the cinder-volume in I84c7633765749a5e9ced983505ef290c32154ccc. Closes-Bug: #2089587 Change-Id: I06e61ab388d9ecfa78e5d1fe1ae9cb8602d1cd36 Signed-off-by: FelipeAFV <[email protected]> Signed-off-by: Maksim Malchuk <[email protected]>
1 parent 7e1b2c7 commit 5e8c7cb

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)