Unsupport IBM DS8k and XIV Drivers
The IBM driver CIs stopped reporting some time ago and attempts to reach out to driver maintainers have failed. As a result, we need to mark the drivers unsupported for the T release. Change-Id: If8e5f4454f668414c62d07d75a0b69abd742122d
This commit is contained in:
parent
e17b78aa19
commit
59b0ed9b87
@ -85,6 +85,9 @@ class IBMStorageDriver(san.SanDriver,
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "IBM_STORAGE_CI"
|
||||
|
||||
# TODO(jsbryant) Remove driver in the 'U' release if CI is not fixed.
|
||||
SUPPORTED = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""Initialize the driver."""
|
||||
|
||||
|
@ -295,11 +295,11 @@ driver.huawei_18000=complete
|
||||
driver.huawei_dorado=complete
|
||||
driver.huawei_fusionstorage=complete
|
||||
driver.infinidat=complete
|
||||
driver.ibm_ds8k=complete
|
||||
driver.ibm_ds8k=missing
|
||||
driver.ibm_flashsystem=complete
|
||||
driver.ibm_gpfs=complete
|
||||
driver.ibm_storwize=complete
|
||||
driver.ibm_xiv=complete
|
||||
driver.ibm_xiv=missing
|
||||
driver.infortrend=complete
|
||||
driver.inspur=complete
|
||||
driver.inspur_as13000=complete
|
||||
|
@ -0,0 +1,14 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The IBM Storage drivers (XIV & DS8k) have been marked as unsupported
|
||||
and are now deprecated. ``enable_unsupported_driver`` will need
|
||||
to be set to ``True`` in the driver's section in cinder.conf to
|
||||
continue to use them.
|
||||
deprecations:
|
||||
- |
|
||||
The IBM Storage drivers (XIV & DS8k) have been marked as unsupported
|
||||
and are now deprecated. ``enable_unsupported_driver`` will need
|
||||
to be set to ``True`` in the driver's section in cinder.conf to
|
||||
continue to use them. If the support status does not change, the
|
||||
drivers will be removed in the 'U' development cycle.
|
Loading…
Reference in New Issue
Block a user