2010-08-26 16:26:18 +02:00
|
|
|
===========================================================================
|
2014-11-20 17:12:48 +01:00
|
|
|
$NetBSD: MESSAGE.NetBSD,v 1.16 2014/11/20 16:12:48 wiz Exp $
|
2011-05-12 12:28:47 +02:00
|
|
|
|
2011-11-12 07:01:28 +01:00
|
|
|
*** GlusterFS clients ***
|
2012-10-19 06:15:21 +02:00
|
|
|
This is required in /etc/sysctl.conf in order to avoid hangs on I/O operations
|
2011-05-12 12:28:47 +02:00
|
|
|
kern.sbmax=4194304
|
|
|
|
net.inet.tcp.sendbuf_max=1048576
|
|
|
|
net.inet.tcp.recvbuf_max=1048576
|
2010-10-11 09:14:36 +02:00
|
|
|
|
2011-11-12 07:01:28 +01:00
|
|
|
In order to use mount -t glusterfs, please install this link
|
2014-11-18 15:38:15 +01:00
|
|
|
ln -s ${PREFIX}/sbin/mount_glusterfs /sbin/mount_glusterfs
|
2011-11-12 07:01:28 +01:00
|
|
|
|
2012-10-19 06:15:21 +02:00
|
|
|
* Only for netbsd-5 branch (later NetBSD GENERIC kernels have it enabled):
|
|
|
|
A kernel with the following option is required:
|
2013-04-08 13:17:08 +02:00
|
|
|
file-system PUFFS
|
2012-10-19 06:15:21 +02:00
|
|
|
pseudo-device putter
|
|
|
|
pseudo-device pud
|
|
|
|
|
2011-11-12 07:01:28 +01:00
|
|
|
*** GlusterFS servers ***
|
2011-04-18 18:19:47 +02:00
|
|
|
glusterfs servers will need extended attributes in exported filesystems.
|
2014-11-18 15:38:15 +01:00
|
|
|
This is currently only supported in UFS1 (newfs -O1). You will need to
|
2014-11-20 17:12:48 +01:00
|
|
|
create the directories below on exported filesystems' roots, and then
|
2014-11-18 15:38:15 +01:00
|
|
|
mount with -o extattr
|
2011-11-12 07:01:28 +01:00
|
|
|
.attribute/system
|
|
|
|
.attribute/user
|
2014-11-20 17:12:48 +01:00
|
|
|
|
2014-11-18 15:38:15 +01:00
|
|
|
* For netbsd-6 branch and earlier (later NetBSD GENERIC kernels have it),
|
|
|
|
the kernel must have the following option enabled:
|
|
|
|
options UFS_EXTATTR
|
2012-10-19 06:15:21 +02:00
|
|
|
|
2010-08-26 16:26:18 +02:00
|
|
|
===========================================================================
|