Add support for IBM GPFS Driver
Change-Id: Id971d96cfe477d966c9f3341eb9a38a7860a5ddd Partially-implements: bp ibm-gpfs-supported
This commit is contained in:
parent
bedcb240e6
commit
1f4f7810c9
@ -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)
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user