Swift Object Server implementation that enables objects created using the Swift API to be accessed as files on a High Performance Storage System (HPSS) mount point.
Go to file
Chetan Risbud f8d876248d Disable fallocate for Gluster volumes
The overridden configuration files of gluster now disable the usage of
fallocate. Also modified the functional test configuration files
accordingly.

BUG: 951661
Change-Id: I3c7d518e0415b7eea5b31c88dd647069f9d730ac
Signed-off-by: Chetan Risbud <crisbud@redhat.com>
Signed-off-by: Luis Pabon <lpabon@redhat.com>
Reviewed-on: http://review.gluster.org/5303
2013-07-10 12:32:32 -07:00
bin Remove "ufo" directory, promoting contents to top-level 2013-05-10 07:12:08 -07:00
doc/markdown Edited the mechanics of the wording within the document. 2013-07-09 17:42:21 -07:00
etc Disable fallocate for Gluster volumes 2013-07-10 12:32:32 -07:00
extras/hook-scripts object-storage: Store the lock file in /var/run/swift. 2013-04-29 16:35:57 -04:00
gluster Remove extraneous system calls 2013-07-09 18:46:46 -07:00
test Disable fallocate for Gluster volumes 2013-07-10 12:32:32 -07:00
tools Automate functional tests 2013-07-03 11:09:26 -07:00
.gitignore Generate coverage HTML reports by default. 2013-05-17 12:53:40 -07:00
functests.sh Add simple script for running func tests 2013-07-08 12:10:30 -07:00
glusterfs-openstack-swift.spec RPM now updates F18 UFO 2013-07-09 07:06:35 -07:00
HISTORY Remove "ufo" directory, promoting contents to top-level 2013-05-10 07:12:08 -07:00
makerpm.sh Fix git-archive invocation for RHEL 6 2013-06-30 17:22:44 -07:00
pkgconfig.py rpm: Enable creation of RPMs 2013-05-17 04:36:41 -07:00
README.md Re-worded table contents portion of Readme.md 2013-07-05 08:15:12 -07:00
setup.py rpm: Enable creation of RPMs 2013-05-17 04:36:41 -07:00
tox.ini Add branch coverage, HTML pages, verbosity 2013-06-03 14:02:30 -07:00
unittests.sh Add branch coverage, HTML pages, verbosity 2013-06-03 14:02:30 -07:00

Gluster For Swift

Integrating GlusterFS as the back-end to OpenStack Swift implementation. This is a component of the Unified File and Object (UFO) story for GlusterFS, which allows files and directories created via gluster-native/nfs/samba mount(s) to be accessed as objects via the Swift API.

Table of Contents

  1. Overview and Concepts
  2. User Guide
  3. Developer Guide