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:
Brian Rosmaita 2024-06-26 16:28:03 -04:00
parent 807066a484
commit 2c1a770566
3 changed files with 19 additions and 1 deletions

View File

@ -127,6 +127,9 @@ class QuobyteDriver(remotefs_drv.RemoteFSSnapDriverDistributed):
# ThirdPartySystems wiki page
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"
def __init__(self, execute=processutils.execute, *args, **kwargs):

View File

@ -300,7 +300,7 @@ driver.opene_joviandss=complete
driver.prophetstor=missing
driver.pure=complete
driver.qnap=missing
driver.quobyte=complete
driver.quobyte=missing
driver.rbd=complete
driver.rbd_iscsi=complete
driver.sandstone=complete

View 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.