Merge "Mark Scality volume driver as unsupported"
This commit is contained in:
commit
041b6f7a52
@ -85,6 +85,10 @@ class ScalityDriver(remotefs_drv.RemoteFSSnapDriver):
|
|||||||
# as a config switch to customers.
|
# as a config switch to customers.
|
||||||
self.configuration.scality_sofs_sparsed_volumes = True
|
self.configuration.scality_sofs_sparsed_volumes = True
|
||||||
|
|
||||||
|
# TODO(smcginnis) Either remove this if CI requirements are met, or
|
||||||
|
# remove this driver in the Ocata release per normal deprecation
|
||||||
|
self._supported = False
|
||||||
|
|
||||||
def check_for_setup_error(self):
|
def check_for_setup_error(self):
|
||||||
"""Sanity checks before attempting to mount SOFS."""
|
"""Sanity checks before attempting to mount SOFS."""
|
||||||
|
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- The Scality driver has been marked as unsupported and is
|
||||||
|
now deprecated. enable_unsupported_drivers will need to
|
||||||
|
be set to True in cinder.conf to continue to use it.
|
||||||
|
deprecations:
|
||||||
|
- The Scality driver has been marked as unsupported and is
|
||||||
|
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