[stgt] [PATCH v2] Add support for gluster backing store

FUJITA Tomonori fujita.tomonori at lab.ntt.co.jp
Sun Mar 16 14:41:00 CET 2014


On Fri, 14 Mar 2014 17:29:50 -0400
Dan Lambright <dlambrig at redhat.com> 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 at 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 <dlambrig at redhat.com>
> 
> 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!
--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



More information about the stgt mailing list