Add support for IBM GPFS Driver

Change-Id: Id971d96cfe477d966c9f3341eb9a38a7860a5ddd
Partially-implements: bp ibm-gpfs-supported
This commit is contained in:
digvijay2016 2020-04-20 21:56:25 +05:30
parent bedcb240e6
commit 1f4f7810c9
2 changed files with 6 additions and 3 deletions

View File

@ -166,9 +166,6 @@ class GPFSDriver(driver.CloneableImageVD,
# ThirdPartySystems wiki page
CI_WIKI_NAME = "IBM_GPFS_CI"
# TODO(jsbryant) Remove driver in the 'U' release if CI is not fixed.
SUPPORTED = False
def __init__(self, *args, **kwargs):
super(GPFSDriver, self).__init__(*args, **kwargs)
self.configuration.append_config_values(gpfs_opts)

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
IBM GPFS drivers had been previously marked unsupported. Testing
requirements have been addressed and they are now fully supported again.
IBM GPFS drivers allow cinder to manage volumes.