Mark DotHill volume drivers as unsupported
The DotHill CI has not reported past our CI requirements. Checking name: Vedams DotHillDriver CI last seen: 2016-02-20 02:24:48 (300 days, 15:04:30 old) last success: 2016-02-17 20:46:49 (302 days, 20:41:26 old) success rate: 83% Per Cinder's non-compliance policy [1] this patch marks the driver as unsupported and deprecated and it will be approved if the issue is not corrected by the next cycle. [1] https://wiki.openstack.org/wiki/Cinder/tested-3rdParty-drivers#Non-Compliance_Policy Change-Id: I69cef98417d60bd5a21ec92bade4d667158fad64
This commit is contained in:
parent
cd06286062
commit
e35da7d746
@ -44,6 +44,10 @@ class DotHillFCDriver(cinder.volume.driver.FibreChannelDriver):
|
||||
# ThirdPartySystems CI wiki
|
||||
CI_WIKI_NAME = "Vedams_DotHillDriver_CI"
|
||||
|
||||
# TODO(smcginnis) Either remove this if CI requirements are met, or
|
||||
# remove this driver in the Pike release per normal deprecation
|
||||
SUPPORTED = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(DotHillFCDriver, self).__init__(*args, **kwargs)
|
||||
self.common = None
|
||||
|
@ -53,6 +53,10 @@ class DotHillISCSIDriver(cinder.volume.driver.ISCSIDriver):
|
||||
# ThirdPartySystems CI wiki
|
||||
CI_WIKI_NAME = "Vedams_DotHillDriver_CI"
|
||||
|
||||
# TODO(smcginnis) Either remove this if CI requirements are met, or
|
||||
# remove this driver in the Pike release per normal deprecation
|
||||
SUPPORTED = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(DotHillISCSIDriver, self).__init__(*args, **kwargs)
|
||||
self.common = None
|
||||
|
@ -0,0 +1,11 @@
|
||||
---
|
||||
upgrade:
|
||||
- The DotHill drivers have been marked as unsupported and are
|
||||
now deprecated. enable_unsupported_drivers will need to
|
||||
be set to True in cinder.conf to continue to use it.
|
||||
deprecations:
|
||||
- The DotHill drivers has been marked as unsupported and are
|
||||
now deprecated. enable_unsupported_drivers will need to
|
||||
be set to True in cinder.conf to continue to use it. If
|
||||
its support status does not change it will be removed in
|
||||
the next release.
|
Loading…
Reference in New Issue
Block a user