]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Rework Scality SOFS driver to use RemoteFS class
authorJordan Pittier <jordan.pittier@scality.com>
Fri, 17 Jul 2015 09:48:23 +0000 (11:48 +0200)
committerJordan Pittier <jordan.pittier@scality.com>
Thu, 27 Aug 2015 19:40:24 +0000 (19:40 +0000)
commit8e538490752b9d7f9dbb8f74e1550017a6de9225
treefea95d8103f38275e6ae073531c3414240fb4d76
parent30cd678b57a5d8d87f06b2dc9a2707e04b1b806e
Rework Scality SOFS driver to use RemoteFS class

This change is big but the logic is simple. The previous version of
this driver reimplemented most of what is now in the RemoteFS base
class. SOFS stands for Scale Out FileSystem and is based on FUSE, so
it's only natural to leverage the RemoteFS class.

Change-Id: I26935061e860a477f98a61a935e67281a3a6f48e
cinder/tests/unit/test_scality.py
cinder/volume/drivers/scality.py