Add a volume driver in Cinder for Scality SOFS

Scality SOFS is a network filesystem mounted with FUSE, with most
options given in a configuration file. Given a mount point and a SOFS
configuration file as driver options, the Scality volume driver mounts
SOFS, and then creates, accesses and deletes volumes as regular
(sparse) files on SOFS.

Change-Id: I914714e8547a505109514e2072f9e258abca8bd4
Implements: blueprint scality-volume-driver
This commit is contained in:
Jean-Marc Saffroy
2013-01-14 12:19:52 +01:00
parent e1815e8673
commit e5b1d51117
4 changed files with 464 additions and 1 deletions

View File

@@ -54,3 +54,7 @@ truncate: CommandFilter, /usr/bin/truncate, root
chmod: CommandFilter, /bin/chmod, root
rm: CommandFilter, /bin/rm, root
lvs: CommandFilter, /sbin/lvs, root
# cinder/volume/scality.py
mount: CommandFilter, /bin/mount, root
dd: CommandFilter, /bin/dd, root