os-brick/os_brick/remotefs
Jordan Pittier 08b1ad0c9d Fix Scality SOFS support
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
2016-02-26 16:35:00 +01:00
..
__init__.py renamed the project to os-brick 2015-02-05 23:58:37 +00:00
remotefs.py Fix Scality SOFS support 2016-02-26 16:35:00 +01:00