Skip to content

Commit

Permalink
Mark MacroSAN Driver Unsupported
Browse files Browse the repository at this point in the history
The MacroSAN driver CI has not been reporting
for longer than a month.

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

Change-Id: I74a6a0eddf7f9e5c72ffd78cd53093189497ed48
  • Loading branch information
Jay S. Bryant committed Jan 16, 2020
1 parent fa85b65 commit 2a5cc4f
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/macrosan/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ class MacroSANBaseDriver(driver.VolumeDriver):

CI_WIKI_NAME = 'MacroSAN Volume CI'

# TODO(jsbryant) Remove driver in 'V' release if CI is not fixed.
SUPPORTED = False

def __init__(self, *args, **kwargs):
"""Initialize the driver."""
super(MacroSANBaseDriver, self).__init__(*args, **kwargs)
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 @@ -219,7 +219,7 @@ driver.kaminario=complete
driver.lenovo=complete
driver.linbit_linstor=complete
driver.lvm=complete
driver.macrosan=complete
driver.macrosan=missing
driver.nec=complete
driver.netapp_ontap=complete
driver.netapp_solidfire=complete
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
upgrade:
- |
The MacroSAN Storage 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 MacroSAN Storage 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 2a5cc4f

Please sign in to comment.