Skip to content

Commit

Permalink
Mark Veritas CNFS Driver Unsupported
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jay S. Bryant committed Jan 14, 2020
1 parent 3e31530 commit 38d3a7d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cinder/volume/drivers/veritas_cnfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/reference/support-matrix.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 38d3a7d

Please sign in to comment.