diff options
author | manu <manu@pkgsrc.org> | 2010-10-11 07:14:36 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2010-10-11 07:14:36 +0000 |
commit | f2e86ff2d7b2b8086af652cd198f9031a41fd4d8 (patch) | |
tree | ae7d64d4ebf58eac939cbe53c66729fa3eb714fb /filesystems | |
parent | d39c8160b60e9da7121b214c7108362b4889d069 (diff) | |
download | pkgsrc-f2e86ff2d7b2b8086af652cd198f9031a41fd4d8.tar.gz |
Update glusterfs message to reflect that it is gettign a bit less
experimental
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/glusterfs/MESSAGE.NetBSD | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/filesystems/glusterfs/MESSAGE.NetBSD b/filesystems/glusterfs/MESSAGE.NetBSD index 3bb90996f02..41f355bdfc1 100644 --- a/filesystems/glusterfs/MESSAGE.NetBSD +++ b/filesystems/glusterfs/MESSAGE.NetBSD @@ -1,7 +1,13 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2010/08/26 14:26:18 manu Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.2 2010/10/11 07:14:36 manu Exp $ -glusterfs on NetBSD is extremely experimental. Do not feed it with -important data right now. +glusterfs clients need the following in /etc/sys.conf in order to +avoid hangs on I/O opezrations: +kern.sbmax=4194304 +net.inet.tcp.sendbuf_max=1048576 +net.inet.tcp.recvbuf_max=1048576 + +glusterfs servers need an extended attributes filesystem with user +attribute trusted.posix1.gen =========================================================================== |