[Lunar-commits] <moonbase-other> glusterfs: Inital try at a glusterfs module

v4hn me at v4hn.de
Mon Jan 20 00:51:44 CET 2014


commit dd3c0b8d92bdc9a9410682cc64d8d2047b62610d
Author: Jason Johnston <jjfam1 at gmail.com>
Date: Sun, 19 Jan 2014 15:33:40 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/dd3c0b8d92bdc9a9410682cc64d8d2047b62610d

glusterfs: Inital try at a glusterfs module
---
  zbeta/glusterfs/DEPENDS | +3/-0     
  zbeta/glusterfs/DETAILS | +19/-0    
  2 files changed, 22 insertions(+)

--- /dev/null
+++ b/zbeta/glusterfs/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends portmap "" "" "NFS server support"
+optional_depends fuse "--enable-fusermount" "--disable-fusermount" "Asyncronus I/O support"
+optional_depends libaio "" "" "Asyncronus I/O support"
--- /dev/null
+++ b/zbeta/glusterfs/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=glusterfs
+         VERSION=3.4.2
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://download.gluster.org/pub/gluster/glusterfs/LATEST/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:23f2ab1102078c524a345ccedddb13fe6ed454e0
+        WEB_SITE="http://www.gluster.org/"
+         ENTERED=20140108
+         UPDATED=20140108
+           SHORT="A distributed, replicated, self-healing filesystem."
+cat <<EOF
+GlusterFS is an open source, distributed file system capable of scaling
+to several petabytes (actually, 72 brontobytes!) and handling thousands
+of clients. GlusterFS clusters together storage building blocks over
+Infiniband RDMA or TCP/IP interconnect, aggregating disk and memory
+resources and managing data in a single global namespace. GlusterFS
+is based on a stackable user space design and can deliver exceptional
+performance for diverse workloads.
+EOF




More information about the Lunar-commits mailing list