Swift Object Server implementation that enables objects created using the Swift API to be accessed as files on a POSIX filesystem.
Go to file
Chetan Risbud 8737f9e92a Handle GET on zero content length failure case.
Added a fake_file class that implements minimal set of functions that
are invoked by the code in GET.

BUG: 987841

https://bugzilla.redhat.com/show_bug.cgi?id=987841

Change-Id: I5bdf5be1c0c4c8231f34c9be529e6edc83774f2e
Signed-off-by: Chetan Risbud <crisbud@redhat.com>
Reviewed-on: http://review.gluster.org/5511
Reviewed-by: Luis Pabon <lpabon@redhat.com>
Tested-by: Luis Pabon <lpabon@redhat.com>
2013-08-28 19:28:19 -07:00
bin gluster-swift-gen-builders behaviour changes 2013-08-20 04:22:03 -07:00
doc/markdown Depend only on OpenStack Swift 1.9.1 2013-08-28 19:01:50 -07:00
etc Ensure fast-POST operations are used on objects 2013-08-28 19:25:48 -07:00
extras/hook-scripts Include extras/ dir in flake8 source code check 2013-08-28 19:15:59 -07:00
gluster Handle GET on zero content length failure case. 2013-08-28 19:28:19 -07:00
test Handle GET on zero content length failure case. 2013-08-28 19:28:19 -07:00
tools Fix spec file to support source rpms 2013-08-21 13:41:16 -07:00
.gitignore Generate coverage HTML reports by default. 2013-05-17 12:53:40 -07:00
.gitreview Git review to use branch master 2013-08-13 12:43:54 -07:00
HISTORY Remove "ufo" directory, promoting contents to top-level 2013-05-10 07:12:08 -07:00
README.md Re-worded table contents portion of Readme.md 2013-07-05 08:15:12 -07:00
functests.sh Add simple script for running func tests 2013-07-08 12:10:30 -07:00
glusterfs-openstack-swift.spec Depend only on OpenStack Swift 1.9.1 2013-08-28 19:01:50 -07:00
makerpm.sh Fix spec file to support source rpms 2013-08-21 13:41:16 -07:00
pkgconfig.py rpm: Enable creation of RPMs 2013-05-17 04:36:41 -07:00
setup.py Remove filter for non-existent middleware. 2013-07-11 15:45:12 -04:00
tox.ini Include extras/ dir in flake8 source code check 2013-08-28 19:15:59 -07:00
unittests.sh Updating copyrights with current year 2013-07-24 18:43:52 -07:00

README.md

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