Path to this page:
./
filesystems/glusterfs,
Cluster filesystem
Branch: CURRENT,
Version: 8.2nb2,
Package name: glusterfs-8.2nb2,
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.19 2020/08/28 14:55:18 gdt 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
*** GlusterFS servers ***
glusterfs servers will need extended attributes in exported filesystems.
This is currently only supported in UFS1 (newfs -O1). You will need to
create the directories below on exported filesystems' roots, and then
mount with -o extattr
.attribute/system
.attribute/user
===========================================================================
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:[
textproc/libxml2] [
security/openssl] [
devel/argp] [
devel/libuuid] [
lang/python27] [
devel/userspace-rcu]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 3830906472d93c5c7e85b67c17a0a8aaff0bbb04
RMD160: 469df65750ae447abacf57ff8b0975810a4ac1b3
Filesize: 7579.707 KB
Version history: (Expand)
- (2020-12-05) Updated to version: glusterfs-8.2nb2
- (2020-11-05) Updated to version: glusterfs-8.2nb1
- (2020-09-27) Updated to version: glusterfs-8.2
- (2020-07-31) Updated to version: glusterfs-8.0nb1
- (2020-07-12) Updated to version: glusterfs-8.0
- (2020-06-02) Updated to version: glusterfs-3.12.8nb8
CVS history: (Expand)
2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message:
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
|
2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814) |
Log message:
*: Recursive revbump from textproc/icu-68.1
|
2020-09-01 01:55:39 by Greg Troxel | Files touched by this commit (1) |
Log message:
filesystems/glusterfs: Adjust SUBST to current reality
Drop two SUBST blocks that no longer do anything.
Change a SUBST pattern to adjust to the file in newer releases.
Builds on netbsd-8. OK manu@.
|
2020-08-28 16:55:18 by Greg Troxel | Files touched by this commit (1) |
Log message:
filesystems/glusterfs: Drop netbsd-5/6 info from MESSAGE
Now, pkgsrc support is for 8, 9 and current, so information about
enabling things in 5 and 6 is on balance more distracting than
helpful.
|
2020-07-27 18:06:08 by Emmanuel Dreyfus | Files touched by this commit (11) |  |
Log message:
Bugfixes from upstream
- Properly screen the .attribute directory where NetBSD UFS1 stores
extended attributes.
- Fix NULL pointer usage.
- Make FUSE notification optional at configure time since NetBSD does not
implement them.
And update comment in patches with references to commits upstream
|
2020-06-15 01:55:09 by Greg Troxel | Files touched by this commit (1) |
Log message:
filesystems/glusterfs: Drop hint about NetBSD 5
NetBSD 5 has been out of pkgsrc support for many years, and it feels
like the noise harm outweights the positives.
|
2020-06-15 01:52:32 by Greg Troxel | Files touched by this commit (1) |
Log message:
filesystems/glusterfs: Drop unchanged file from SUBST_SED
It appears upstream now has the change we were trying to make.
|
2020-06-02 10:25:05 by Adam Ciarcinski | Files touched by this commit (1689) |
Log message:
Revbump for icu
|