Re: [PATCH v2] Add support for gluster backing store
FUJITA Tomonori <[email protected]>
| Newsgroups | org.kernel.vger.stgt |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 14 Mar 2014 17:29:50 -0400 Dan Lambright <[email protected]> wrote: > Gluster is a distributed file system (www.gluster.org). The > backing store gives block access protocols such as iSCSI > access to data within gluster. > > Gluster data resides on volumes which are physically located > on servers. A "LUN" is represented by a file within > a volume. To specify which file to use: > > --bstype=glfs > --backing-store="volume@hostname:filename" > > Optionally, logs may be specified. See README.glfs > > All I/Os are synchronous. This is based off the rdrw and > rbd backend storage drivers. > > Signed-off-by: Dan Lambright <[email protected]> > > Fix stylistic errors > --- > Makefile | 1 + > doc/README.glfs | 50 +++++ > usr/Makefile | 7 + > usr/bs_glfs.c | 558 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 616 insertions(+) > create mode 100644 doc/README.glfs > create mode 100644 usr/bs_glfs.c Applied, thanks a lot!