On Fri, 14 Mar 2014 17:29:50 -0400 Dan Lambright <dlambrig@xxxxxxxxxx> 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 <dlambrig@xxxxxxxxxx> > > 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html