Skip to content

Commit 849da79

Browse files
mnasiadkayoctozepto
authored andcommitted
cinder-volume/ubuntu: add lsscsi and nvme
Closes-Bug: #1942038 Change-Id: Id488635110c6158dd23466250c9d57c4f0bc03ff (cherry picked from commit dfb65af)
1 parent cb35d83 commit 849da79

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker/cinder/cinder-volume/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2323

2424
{% elif base_package_type == 'deb' %}
2525
{% set cinder_volume_packages = [
26+
'lsscsi',
2627
'nfs-common',
28+
'nvme-cli',
2729
'sysfsutils',
2830
'python3-rtslib-fb',
2931
'targetcli-fb',
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue with cinder-volume missing ``lsscsi`` and ``nvme`` commands
5+
on Debian and Ubuntu.
6+
`LP#1942038 <https://launchpad.net/bugs/1942038>`__

0 commit comments

Comments
 (0)