From 527b01f0ccba909f7ea60b12a7cb2fcfe37bc782 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Fri, 2 May 2014 15:37:10 -0400 Subject: [PATCH 1/2] updated README.md to Swift-On-File Signed-off-by: Thiago da Silva --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3d17928..c588188 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ [![Build Status](https://travis-ci.org/swiftonfile/swiftonfile.svg?branch=master)](https://travis-ci.org/swiftonfile/swiftonfile) -# 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. +# 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. This however currently supports only XFS and GlusterFS. # Table of Contents 1. [Quick Start Guide](doc/markdown/quick_start_guide.md) From afee30faf027614b56cebe937407b7c0713b722d Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Fri, 2 May 2014 16:07:48 -0400 Subject: [PATCH 2/2] added new support filesystem section Also, called out the fact that the quick start guide focus on glusterfs Signed-off-by: Thiago da Silva --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c588188..a7d009c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,13 @@ # 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. This however currently supports only XFS and GlusterFS. +via the Swift API. + +## Supported Filesystems: +* XFS +* GlusterFS # Table of Contents -1. [Quick Start Guide](doc/markdown/quick_start_guide.md) +1. [Quick Start Guide with GlusterFS](doc/markdown/quick_start_guide.md) 1. [Developer Guide](doc/markdown/dev_guide.md)