Mark QNAP driver as unsupported
The last update to the QNAP driver other than overall repo maintenance
changes was over 3 years ago [0]. The CI has not reported success for
over two years:
Checking name: QNAP ES CI - https://wiki.openstack.org/wiki/ThirdPartySystems/QNAP_ES_CI
first seen: 2017-06-13 07:19:08 (1492 days, 9:54:47 old) https://review.openstack.org/472224
last seen: 2019-04-09 07:30:20 (827 days, 9:43:35 old) https://review.openstack.org/651117
last success: 2019-03-27 21:38:37 (839 days, 19:35:18 old) https://review.openstack.org/648174
Job qnap-cinder-driver-iscsi 0% success out of 67 comments S=0, F=67
Job qnap-cinder-driver 58% success out of 170 comments S=100, F=70
last success: 2019-03-27 21:38:37 (839 days, 19:35:18 old) https://review.openstack.org/648174
There has also been some indication from users that it does not work
[1].
This marks the driver as unsupported so users need to explicitly enable
it if they are willing to try to make it run.
[0] fa9881a891
[1] http://lists.openstack.org/pipermail/openstack-discuss/2021-July/023640.html
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Change-Id: Ifdec10092feea9729ab2807296b98070317fba00
This commit is contained in:
parent
0570b168e2
commit
075a5254c8
@ -88,6 +88,9 @@ class QnapISCSIDriver(san.SanISCSIDriver):
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "QNAP_CI"
|
||||
|
||||
# Remove if third party CI requirements are met
|
||||
SUPPORTED = False
|
||||
|
||||
VERSION = '1.2.005'
|
||||
|
||||
TIME_INTERVAL = 3
|
||||
|
@ -265,7 +265,7 @@ driver.nimble=complete
|
||||
driver.opene_joviandss=complete
|
||||
driver.prophetstor=missing
|
||||
driver.pure=complete
|
||||
driver.qnap=complete
|
||||
driver.qnap=missing
|
||||
driver.quobyte=complete
|
||||
driver.rbd=complete
|
||||
driver.rbd_iscsi=complete
|
||||
|
@ -0,0 +1,11 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The QNAP driver has been marked as unsupported and is now
|
||||
deprecated. ``enable_unsupported_drivers`` will need to be set to
|
||||
``True`` in cinder.conf to continue to use it.
|
||||
deprecations:
|
||||
- |
|
||||
The QNAP driver has been marked as unsupported and is now
|
||||
deprecated. ``enable_unsupported_drivers`` will need to be set to
|
||||
``True`` in cinder.conf to continue to use it.
|
Loading…
Reference in New Issue
Block a user