Merge "Mark MacroSAN Driver Unsupported"
This commit is contained in:
commit
254b97f159
@ -78,6 +78,9 @@ class MacroSANBaseDriver(driver.VolumeDriver):
|
|||||||
|
|
||||||
CI_WIKI_NAME = 'MacroSAN Volume CI'
|
CI_WIKI_NAME = 'MacroSAN Volume CI'
|
||||||
|
|
||||||
|
# TODO(jsbryant) Remove driver in 'V' release if CI is not fixed.
|
||||||
|
SUPPORTED = False
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
"""Initialize the driver."""
|
"""Initialize the driver."""
|
||||||
super(MacroSANBaseDriver, self).__init__(*args, **kwargs)
|
super(MacroSANBaseDriver, self).__init__(*args, **kwargs)
|
||||||
|
@ -219,7 +219,7 @@ driver.kaminario=complete
|
|||||||
driver.lenovo=complete
|
driver.lenovo=complete
|
||||||
driver.linbit_linstor=complete
|
driver.linbit_linstor=complete
|
||||||
driver.lvm=complete
|
driver.lvm=complete
|
||||||
driver.macrosan=complete
|
driver.macrosan=missing
|
||||||
driver.nec=complete
|
driver.nec=complete
|
||||||
driver.netapp_ontap=complete
|
driver.netapp_ontap=complete
|
||||||
driver.netapp_solidfire=complete
|
driver.netapp_solidfire=complete
|
||||||
|
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The MacroSAN Storage driver has been marked as unsupported
|
||||||
|
and is now deprecated. ``enabled_unsupported_driver`` will need
|
||||||
|
to be set to ``True`` in the driver's section in cinder.conf to
|
||||||
|
continue to use the driver.
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
The MacroSAN Storage driver has been marked as unsupported and
|
||||||
|
is now deprecated. ``enable_unsupported_driver`` will need to be
|
||||||
|
set to ``True`` in the driver's section in cinder.conf to
|
||||||
|
continue to use the driver. It its support status does not change
|
||||||
|
the driver will be removed in the 'V' development cycle.
|
Loading…
x
Reference in New Issue
Block a user