pkgsrc/filesystems/glusterfs/MESSAGE.NetBSD
gdt ddcec6bbb9 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-08-28 14:55:18 +00:00

21 lines
829 B
Text

===========================================================================
$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
===========================================================================