Mark Veritas CNFS Driver Unsupported

The Veritas CNFS driver CI stopped reporting
a long time ago and there has been no activity
from the vendor.

As a result this patch marks the driver
unsupported.  It will be removed in the 'V'
release if there is no change in support.

Change-Id: I541cebdabc0799273f1bc241c4b30948939f2f5d
This commit is contained in:
Jay S. Bryant 2020-01-02 12:55:16 -06:00
parent 3e31530596
commit 38d3a7d87b
3 changed files with 18 additions and 1 deletions

View File

@ -54,6 +54,9 @@ class VeritasCNFSDriver(nfs.NfsDriver):
CI_WIKI_NAME = "Veritas_Access_CI"
DRIVER_VOLUME_TYPE = 'nfs'
# TODO(jsbryant) Remove driver in the 'V' release if CI is not fixed.
SUPPORTED = False
def __init__(self, *args, **kwargs):
self._execute = None
self._context = None

View File

@ -236,7 +236,7 @@ driver.seagate=complete
driver.storpool=complete
driver.synology=complete
driver.vrtsaccess=missing
driver.vrtscnfs=complete
driver.vrtscnfs=missing
driver.vmware=complete
driver.win_iscsi=complete
driver.win_smb=complete

View File

@ -0,0 +1,14 @@
---
upgrade:
- |
The Veritas Clustered NFS driver has been marked as unsupported
and is now deprecated. ``enabled_unsupported_driver`` will need
to be set to ``True`` in the driver's section in cinder.conf to
continue to use the driver.
deprecations:
- |
The Veritas Clustered NFS 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 the driver. It its support status does not change
the driver will be removed in the 'V' development cycle.