Merge "Mark Veritas Access Driver Unsupported"
This commit is contained in:
commit
6cbc53b718
@ -88,6 +88,9 @@ class ACCESSIscsiDriver(driver.ISCSIDriver):
|
|||||||
DRIVER_VOLUME_TYPE = 'iSCSI'
|
DRIVER_VOLUME_TYPE = 'iSCSI'
|
||||||
LUN_FOUND_INTERVAL = 30 # seconds
|
LUN_FOUND_INTERVAL = 30 # seconds
|
||||||
|
|
||||||
|
# TODO(jsbryant) Remove driver in the 'U' release if CI is not fixed.
|
||||||
|
SUPPORTED = False
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
# Parent sets db, host, _execute and base config
|
# Parent sets db, host, _execute and base config
|
||||||
super(ACCESSIscsiDriver, self).__init__(*args, **kwargs)
|
super(ACCESSIscsiDriver, self).__init__(*args, **kwargs)
|
||||||
|
@ -254,7 +254,7 @@ driver.storpool=complete
|
|||||||
driver.synology=complete
|
driver.synology=complete
|
||||||
driver.tintri=missing
|
driver.tintri=missing
|
||||||
driver.vrtshyperscale=complete
|
driver.vrtshyperscale=complete
|
||||||
driver.vrtsaccess=complete
|
driver.vrtsaccess=missing
|
||||||
driver.vrtscnfs=complete
|
driver.vrtscnfs=complete
|
||||||
driver.vzstorage=complete
|
driver.vzstorage=complete
|
||||||
driver.vmware=complete
|
driver.vmware=complete
|
||||||
|
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The Veritas Access 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 it.
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
The Veritas Access 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 it. If its support status does not change, it will be
|
||||||
|
removed in the 'U' development cycle.
|
Loading…
x
Reference in New Issue
Block a user