From 1d488005a59d47342431b9b788279a61a66aff3d Mon Sep 17 00:00:00 2001 From: "Jay S. Bryant" Date: Mon, 3 Jun 2019 13:55:46 -0500 Subject: [PATCH] Mark Prophetstor Driver Unsupported The Prophetstor Driver 3rd Party CI hasn't reported in 188 days. This does not meet the requirements for Cinder's 3rd Party CI requirements. As a result the driver is being marked unsupported in the Train release and should be removed in the 'U' release if the problems are not resolved. Change-Id: I78fe008c3b715f14d61f3fcef4920db5ac037344 --- cinder/volume/drivers/prophetstor/dplcommon.py | 3 +++ doc/source/reference/support-matrix.ini | 2 +- .../unsupport-prophetstor-bfbc674fd86303db.yaml | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/unsupport-prophetstor-bfbc674fd86303db.yaml diff --git a/cinder/volume/drivers/prophetstor/dplcommon.py b/cinder/volume/drivers/prophetstor/dplcommon.py index ec7ed75f94f..3192749c8a8 100644 --- a/cinder/volume/drivers/prophetstor/dplcommon.py +++ b/cinder/volume/drivers/prophetstor/dplcommon.py @@ -668,6 +668,9 @@ class DPLCOMMONDriver(driver.CloneableImageVD, # ThirdPartySystems wiki page CI_WIKI_NAME = "ProphetStor_CI" + # TODO(jsbryant) Remove driver in the 'U' release if CI is not fixed. + SUPPORTED = False + def __init__(self, *args, **kwargs): cert_path = None cert_verify = False diff --git a/doc/source/reference/support-matrix.ini b/doc/source/reference/support-matrix.ini index 96bbd837944..f6648b54947 100644 --- a/doc/source/reference/support-matrix.ini +++ b/doc/source/reference/support-matrix.ini @@ -248,7 +248,7 @@ driver.nexenta=complete driver.nfs=complete driver.nimble=complete driver.oracle_zfssa=complete -driver.prophetstor=complete +driver.prophetstor=missing driver.pure=complete driver.qnap=complete driver.quobyte=complete diff --git a/releasenotes/notes/unsupport-prophetstor-bfbc674fd86303db.yaml b/releasenotes/notes/unsupport-prophetstor-bfbc674fd86303db.yaml new file mode 100644 index 00000000000..8aa6dac0136 --- /dev/null +++ b/releasenotes/notes/unsupport-prophetstor-bfbc674fd86303db.yaml @@ -0,0 +1,14 @@ +--- +upgrade: + - | + The Prophetstor 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 Prophetstor 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.