Swift Object Server implementation that enables objects created using the Swift API to be accessed as files on a POSIX filesystem.
Go to file
Thiago da Silva ae7c93b461 Merge pull request #6 from prashanthpai/rebase
Sync with OpenStack Swift v1.13.1
2014-05-19 21:44:50 -04:00
bin Multiple changes in 'gluster-swift-gen-builder' 2013-11-19 19:31:14 -08:00
doc Add support for Object Expiration feature 2014-03-24 22:14:15 -07:00
etc Add support for Object Expiration feature 2014-03-24 22:14:15 -07:00
extras Deploy Apache as web front-end for gluster-swift 2013-10-23 18:54:17 -07:00
gluster Sync with OpenStack Swift v1.13.1 2014-05-08 11:45:08 +05:30
modules Sync with OpenStack v1.11.0 Jan 10 2014 2014-01-15 11:28:08 -08:00
test Modify unit tests and func tests 2014-05-08 12:11:46 +05:30
tools Modify unit tests and func tests 2014-05-08 12:11:46 +05:30
.functests Revert: allow non-root user to run functests 2014-05-08 15:01:01 +05:30
.gitignore Modify unit tests and func tests 2014-05-08 12:11:46 +05:30
.gitmodules Add OpenStack Swift as a git submodule 2013-09-05 04:23:50 -07:00
.gitreview Git review to use branch master 2013-08-13 12:43:54 -07:00
.travis.yml removing blank lines 2014-04-28 19:30:38 -04:00
.unittests Modify unit tests and func tests 2014-05-08 12:11:46 +05:30
HISTORY Remove "ufo" directory, promoting contents to top-level 2013-05-10 07:12:08 -07:00
README.md added new support filesystem section 2014-05-02 16:07:48 -04:00
glusterfs-openstack-swift.spec Fix object-expirer.conf-gluster RPM build error 2014-05-05 10:21:35 +05:30
makerpm.sh Update RPM spec file 2013-11-14 15:14:35 -08:00
pkgconfig.py Make setup.py pep8 compliant 2013-10-15 16:26:59 -07:00
requirements.txt Sync with OpenStack Swift v1.13.1 2014-05-08 11:45:08 +05:30
setup.py Initial import of the swiftkerbauth 2014-01-21 10:09:44 -08:00
test-requirements.txt Sync with OpenStack Swift v1.13.1 2014-05-08 11:45:08 +05:30
tox.ini Modify unit tests and func tests 2014-05-08 12:11:46 +05:30

README.md

Build Status

Swift-On-File

Swift-On-File, formerly called Gluster-Swift, enables files and directories created on any filesystem (that supports xattrs) to be accessed as objects via the Swift API.

Supported Filesystems:

  • XFS
  • GlusterFS

Table of Contents

  1. Quick Start Guide with GlusterFS
  2. Developer Guide