Mark IBM Flashsystem Drivers Unsupported

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: I2c41448fa5ea19ac80f1b4b663222da2ca5ec8f9
This commit is contained in:
Jay S. Bryant 2019-08-29 08:39:16 -05:00
parent 6e585da2ff
commit 5f7ef168b3
3 changed files with 18 additions and 1 deletions

View File

@ -97,6 +97,9 @@ class FlashSystemDriver(san.SanDriver,
VERSION = "1.0.12" VERSION = "1.0.12"
# TODO(jsbryant) Remove driver in the 'U' release if CI is not fixed.
SUPPORTED = False
MULTI_HOST_MAP_ERRORS = ['CMMVC6045E', 'CMMVC6071E'] MULTI_HOST_MAP_ERRORS = ['CMMVC6045E', 'CMMVC6071E']
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):

View File

@ -230,7 +230,7 @@ driver.huawei_dorado=complete
driver.huawei_fusionstorage=complete driver.huawei_fusionstorage=complete
driver.infinidat=complete driver.infinidat=complete
driver.ibm_ds8k=complete driver.ibm_ds8k=complete
driver.ibm_flashsystem=complete driver.ibm_flashsystem=missing
driver.ibm_gpfs=complete driver.ibm_gpfs=complete
driver.ibm_storwize=complete driver.ibm_storwize=complete
driver.ibm_xiv=complete driver.ibm_xiv=complete

View File

@ -0,0 +1,14 @@
---
upgrade:
- |
The IBM Flashsystem drivers 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 Flashsystem drivers 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.