Merge "Mark Storpool Driver Unsupported"
This commit is contained in:
commit
1962d17cad
@ -96,6 +96,9 @@ class StorPoolDriver(driver.VolumeDriver):
|
||||
VERSION = '1.2.1'
|
||||
CI_WIKI_NAME = 'StorPool_CI'
|
||||
|
||||
# TODO(jsbryant) Remove driver in the 'U' release if CI is not fixed.
|
||||
SUPPORTED = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(StorPoolDriver, self).__init__(*args, **kwargs)
|
||||
self.configuration.append_config_values(storpool_opts)
|
||||
|
@ -252,7 +252,7 @@ driver.qnap=complete
|
||||
driver.quobyte=complete
|
||||
driver.rbd=complete
|
||||
driver.sheepdog=missing
|
||||
driver.storpool=complete
|
||||
driver.storpool=missing
|
||||
driver.synology=complete
|
||||
driver.vrtsaccess=missing
|
||||
driver.vrtscnfs=complete
|
||||
|
@ -0,0 +1,14 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The Storpool 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 Storpool 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.
|
Loading…
Reference in New Issue
Block a user