08b1ad0c9d
The "Scaling backup service" patch [1] in Cinder (merged a couple of days ago) uses os-brick to perform a local attach volume. It revealed that the support for Scality SOFS in os-brick was broken. (we did have a CI in Cinder but the os-brick code path was not fully exercised until [1] merged). This patch addresses this issue. The patch introduces a new class called `ScalityRemoteFsClient` which inherits from `RemoteFsClient`. We can't strictly use the `RemoteFsClient` because how to mount Scality FS is a bit different from other FS. Note that without this patch, the Scality Cinder driver is broken, more precisely cinder backup is broken. So I would appreciate if we can merge that for Mitaka (which needs another minor/micro(?) release of os-brick) [1] https://review.openstack.org/#/c/262395/ Change-Id: Icfa09b124d252d1d6b07d9cff8c63c7c0d65cc30 |
||
---|---|---|
.. | ||
__init__.py | ||
remotefs.py |