1 ===========================================================================
2 $NetBSD: MESSAGE.NetBSD,v 1.13 2012/10/19 04:15:21 manu Exp $
4 *** GlusterFS clients ***
5 This is required in /etc/sysctl.conf in order to avoid hangs on I/O operations
7 net.inet.tcp.sendbuf_max=1048576
8 net.inet.tcp.recvbuf_max=1048576
10 In order to use mount -t glusterfs, please install this link
11 ln -s ${PREFIX}/sbin/mount.glusterfs /sbin/mount_glusterfs
13 * Only for netbsd-5 branch (later NetBSD GENERIC kernels have it enabled):
14 A kernel with the following option is required:
19 *** GlusterFS servers ***
20 glusterfs servers will need extended attributes in exported filesystems.
21 This require a kernel with the following options:
24 You will need to create the directories below on exported filesystems' roots,
25 and then mount with -o extattr
29 * Only for netbsd-5 branch (later NetBSD version do not need that)
30 mount -o extattr shall not be used, but the kernel needs options below:
31 options UFS_EXTATTR_AUTOSTART
32 options UFS_EXTATTR_AUTOCREATE=1024
34 ===========================================================================