Peter Portante 2542fb2398 Ensure fast-POST operations are used on objects
The defacto swift implementation has a feature called "fast-POSTs",
which is an optimization that allows POST operations on files to be
performed by updating metadata on additional .meta files. The default
is to treat all POST opreations as a COPY operation. Since this
gluster-swift code stores all metadata directly on the original object
file, there is no need to use an inefficient operation such as COPY.

BUG XXXXXX: (https://bugzilla.redhat.com/show_bug.cgi?id=XXXXXX)

Change-Id: I39f0a682d5344c3f84c5baa8e292227051c061b8
Signed-off-by: Peter Portante <peter.portante@redhat.com>
Reviewed-on: http://review.gluster.org/5673
Reviewed-by: Luis Pabon <lpabon@redhat.com>
Tested-by: Luis Pabon <lpabon@redhat.com>
2013-08-28 19:25:48 -07:00
2013-08-13 12:43:54 -07:00
2013-05-17 04:36:41 -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
Description
Swift Object Server implementation that enables objects created using the Swift API to be accessed as files on a POSIX filesystem.
Readme 1.8 MiB
Languages
Python 98.9%
Shell 0.8%
RPM Spec 0.3%