Path to this page:
./
filesystems/glusterfs,
Cluster filesystem
Branch: pkgsrc-2013Q1,
Version: 3.3.1,
Package name: glusterfs-3.3.1,
Maintainer: pkgsrc-usersGlusterFS is a flexible, powerful, POSIX-compliant cluster filesystem
that can scale to several petabytes.
GlusterFS works over either TCP/IP or high-performance Infiniband
RDMA interconnect.
GlusterFS provides striping and on-the-fly synchronous replication
of files. GlusterFS has a fully distributed design, with no single
point of failure.
Please visit http://www.gluster.org/glusterfs.php for more info.
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.13 2012/10/19 04:15:21 manu Exp $
*** GlusterFS clients ***
This is required in /etc/sysctl.conf in order to avoid hangs on I/O operations
kern.sbmax=4194304
net.inet.tcp.sendbuf_max=1048576
net.inet.tcp.recvbuf_max=1048576
In order to use mount -t glusterfs, please install this link
ln -s ${PREFIX}/sbin/mount.glusterfs /sbin/mount_glusterfs
* Only for netbsd-5 branch (later NetBSD GENERIC kernels have it enabled):
A kernel with the following option is required:
file-system PUFFS
pseudo-device putter
pseudo-device pud
*** GlusterFS servers ***
glusterfs servers will need extended attributes in exported filesystems.
This require a kernel with the following options:
options UFS_EXTATTR
You will need to create the directories below on exported filesystems' roots,
and then mount with -o extattr
.attribute/system
.attribute/user
* Only for netbsd-5 branch (later NetBSD version do not need that)
mount -o extattr shall not be used, but the kernel needs options below:
options UFS_EXTATTR_AUTOSTART
options UFS_EXTATTR_AUTOCREATE=1024
===========================================================================
MESSAGE.ssl [+/-]===========================================================================
$NetBSD: MESSAGE.ssl,v 1.1 2011/12/09 16:57:44 manu Exp $
The following paths are used for SSL key, certificate and CA:
${PKG_SYSCONFDIR}/openssl/private/gluster.key
${PKG_SYSCONFDIR}/openssl/certs/gluster.crt
${PKG_SYSCONFDIR}/openssl/certs/gluster-ca.crt
===========================================================================
Required to run:[
lang/python27]
Required to build:[
devel/bison] [
devel/libtool-base]
Master sites:
SHA1: c29632e4938533069c4c0206fb1c32de8443168d
RMD160: 667bac9362aab01ab04f9119e399b8d955e01135
Filesize: 2574.9 KB
Version history: (Expand)
- (2013-04-01) Package added to pkgsrc.se, version glusterfs-3.3.1 (created)