cinder-volume/ubuntu: add lsscsi and nvme

Closes-Bug: #1942038
Change-Id: Id488635110c6158dd23466250c9d57c4f0bc03ff
(cherry picked from commit dfb65af884)
This commit is contained in:
Michal Nasiadka 2021-10-12 13:24:47 +02:00 committed by Radosław Piliszek
parent cb35d83c6d
commit 849da79d0f
2 changed files with 8 additions and 0 deletions

View File

@ -23,7 +23,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% elif base_package_type == 'deb' %}
{% set cinder_volume_packages = [
'lsscsi',
'nfs-common',
'nvme-cli',
'sysfsutils',
'python3-rtslib-fb',
'targetcli-fb',

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue with cinder-volume missing ``lsscsi`` and ``nvme`` commands
on Debian and Ubuntu.
`LP#1942038 <https://launchpad.net/bugs/1942038>`__