We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c46c59e + 6c6adfc commit 92543bbCopy full SHA for 92543bb
docker/cinder/cinder-volume/Dockerfile.j2
@@ -9,8 +9,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
9
10
{% if base_package_type == 'rpm' %}
11
{% set cinder_volume_packages = [
12
+ 'lsscsi',
13
'device-mapper-multipath',
14
'nfs-utils',
15
+ 'nvme-cli',
16
'nvmetcli',
17
'python3-rtslib',
18
'python3-cinderlib',
0 commit comments