Mark Quobyte Driver Unsupported
The Quobyte driver CI last reported on 2020-10-26 22:12:30. As such, it can no longer be considered a supported driver. Change-Id: Ib5e812a11e509ef0de9ad914239deecd987bcd74
This commit is contained in:
parent
807066a484
commit
2c1a770566
@ -127,6 +127,9 @@ class QuobyteDriver(remotefs_drv.RemoteFSSnapDriverDistributed):
|
|||||||
# ThirdPartySystems wiki page
|
# ThirdPartySystems wiki page
|
||||||
CI_WIKI_NAME = "Quobyte_CI"
|
CI_WIKI_NAME = "Quobyte_CI"
|
||||||
|
|
||||||
|
# driver is subject to removal if CI is not fixed
|
||||||
|
SUPPORTED = False
|
||||||
|
|
||||||
QUOBYTE_VOLUME_SNAP_CACHE_DIR_NAME = "volume_from_snapshot_cache"
|
QUOBYTE_VOLUME_SNAP_CACHE_DIR_NAME = "volume_from_snapshot_cache"
|
||||||
|
|
||||||
def __init__(self, execute=processutils.execute, *args, **kwargs):
|
def __init__(self, execute=processutils.execute, *args, **kwargs):
|
||||||
|
@ -300,7 +300,7 @@ driver.opene_joviandss=complete
|
|||||||
driver.prophetstor=missing
|
driver.prophetstor=missing
|
||||||
driver.pure=complete
|
driver.pure=complete
|
||||||
driver.qnap=missing
|
driver.qnap=missing
|
||||||
driver.quobyte=complete
|
driver.quobyte=missing
|
||||||
driver.rbd=complete
|
driver.rbd=complete
|
||||||
driver.rbd_iscsi=complete
|
driver.rbd_iscsi=complete
|
||||||
driver.sandstone=complete
|
driver.sandstone=complete
|
||||||
|
15
releasenotes/notes/quobyte-unsupported-96c8f109eecb88c7.yaml
Normal file
15
releasenotes/notes/quobyte-unsupported-96c8f109eecb88c7.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The Quobyte 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 Quobyte 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. As an unsupported driver, it is eligible for
|
||||||
|
removal from the cinder code base if its third party CI system
|
||||||
|
is not fixed.
|
Loading…
Reference in New Issue
Block a user