summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/MESSAGE.NetBSD
blob: a3615e9eeec95335ed21eb67688500ac1e844795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.5 2011/05/12 10:28:47 manu Exp $

In order to use mount -t glusterfs, please install this link
	ln -s ${PREFIX}/sbin/mount.glusterfs /sbin/mount_glusterfs

glusterfs clients need the following 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

glusterfs servers will need extended attributes in exported filesystems.
The required attributes can be initialized by running
	${PREFIX}/etc/glusterfs/xattr-init.sh

===========================================================================