b92b80241c
Add a new Cinder Driver for Intel RSD with NVMeoF support: - report stats - create volume - delete volume - attach volume - detach volume - create snapshot - delete snapshot - create volume from snapshot - clone volume - extend volume - copy volume to image (reuse the base-class impl) - copy image to volume (reuse the base-class impl) - host-assisted volume migration (reuse the manager code) - unit tests - release-note - documentation Change-Id: Ie83dab4858729353865268231352033934dafdc2 Implements: blueprint nvme-volume-driver
50 lines
758 B
Plaintext
50 lines
758 B
Plaintext
# Document dependencies that are only used if using
|
|
# certain drivers. This file is not managed by
|
|
# requirements tools.
|
|
|
|
# DRBD
|
|
dbus # MIT
|
|
|
|
# HPE 3PAR
|
|
python-3parclient>=4.1.0 # Apache-2.0
|
|
|
|
# Kaminario
|
|
krest>=1.3.0 # Apache-2.0
|
|
|
|
# Pure Storage
|
|
purestorage>=1.6.0 # BSD
|
|
|
|
# Dell EMC VMAX, IBM DS8K
|
|
pyOpenSSL>=1.0.0 # Apache-2.0
|
|
|
|
# HPE Lefthand
|
|
python-lefthandclient>=2.0.0 # Apache-2.0
|
|
|
|
# Fujitsu Eternus DX
|
|
pywbem>=0.7.0 # LGPLv2.1+
|
|
|
|
# IBM XIV
|
|
pyxcli>=1.1.5 # Apache-2.0
|
|
|
|
# LINSTOR
|
|
protobuf>=3.6.1 # BSD
|
|
|
|
# RBD
|
|
rados # LGPLv2.1
|
|
rbd # LGPLv2.1
|
|
|
|
# Dell EMC VNX and Unity
|
|
storops>=0.5.10 # Apache-2.0
|
|
|
|
# INFINIDAT
|
|
infinisdk # BSD-3
|
|
capacity # BSD
|
|
infi.dtypes.wwn # PSF
|
|
infi.dtypes.iqn # PSF
|
|
|
|
# Storpool
|
|
storpool # Apache-2.0
|
|
|
|
# RSD Driver
|
|
rsd-lib # Apache-2.0
|