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
Luis Pabon 92fdc68d6b Initial community documentation
Community documentation is being written in Markdown
format because we can leverage GitHub.com's ability
to render Markdown into HTML directly from files
in the repo.  Also, the GlusterFS Community project
has decided to use Markdown as an input into the
tool called pandoc which can convert the documents
into multiple formats.

Change-Id: Iec530f05a9a1ab3a95a1e97b791e8390068b99b4
Signed-off-by: Luis Pabon <lpabon@redhat.com>
Reviewed-on: http://review.gluster.org/5256
Reviewed-by: Peter Portante <pportant@redhat.com>
Tested-by: Peter Portante <pportant@redhat.com>
2013-06-28 12:37:55 -07:00
bin Remove "ufo" directory, promoting contents to top-level 2013-05-10 07:12:08 -07:00
doc/markdown Initial community documentation 2013-06-28 12:37:55 -07:00
etc Bring initial DiskDir module coverage to 97%. 2013-06-03 14:01:29 -07:00
extras/hook-scripts object-storage: Store the lock file in /var/run/swift. 2013-04-29 16:35:57 -04:00
gluster object-storage: remove stat of directories 2013-06-27 17:21:18 -07:00
test object-storage: remove stat of directories 2013-06-27 17:21:18 -07:00
tools Add DiskDir unit test skeleton and pep8 filter 2013-05-24 12:08:18 -07:00
.gitignore Generate coverage HTML reports by default. 2013-05-17 12:53:40 -07:00
glusterfs-openstack-swift.spec Update the configuration files with the name in setup.py file. 2013-05-22 04:20:34 -07:00
HISTORY Remove "ufo" directory, promoting contents to top-level 2013-05-10 07:12:08 -07:00
makerpm.sh rpm: Enable creation of RPMs 2013-05-17 04:36:41 -07:00
pkgconfig.py rpm: Enable creation of RPMs 2013-05-17 04:36:41 -07:00
README.md Initial community documentation 2013-06-28 12:37:55 -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. Usage Guide
  3. Developer Guide