diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 17:45:51 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 17:45:51 (GMT) |
commit | 36498d2ea2c5fb72792552630e205be1bd4562ee (patch) | |
tree | e2bb15fb7d78faed85b00e58413fe10521749d2e /abs/core/nfs-utils/nfs | |
parent | 58c09e7721915b7ee8b92345f242ab0da6176c06 (diff) | |
download | linhes_pkgbuild-36498d2ea2c5fb72792552630e205be1bd4562ee.zip linhes_pkgbuild-36498d2ea2c5fb72792552630e205be1bd4562ee.tar.gz linhes_pkgbuild-36498d2ea2c5fb72792552630e205be1bd4562ee.tar.bz2 |
nfs-utils 1.2.6
Diffstat (limited to 'abs/core/nfs-utils/nfs')
-rw-r--r-- | abs/core/nfs-utils/nfs | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/abs/core/nfs-utils/nfs b/abs/core/nfs-utils/nfs new file mode 100644 index 0000000..2d33cf3 --- /dev/null +++ b/abs/core/nfs-utils/nfs @@ -0,0 +1,40 @@ +# +# Optinal options passed to rquotad +RPCRQUOTADOPTS="" +# +# Optional arguments passed to in-kernel lockd +#LOCKDARG= +# TCP port rpc.lockd should listen on. +#LOCKD_TCPPORT=32803 +# UDP port rpc.lockd should listen on. +#LOCKD_UDPPORT=32769 +# +# Optional arguments passed to rpc.nfsd. See rpc.nfsd(8) +RPCNFSDARGS="" +# Number of nfs server processes to be started. +# The default is 8. +RPCNFSDCOUNT=8 +# Set V4 grace period in seconds +#NFSD_V4_GRACE=90 +# +# Optional arguments passed to rpc.mountd. See rpc.mountd(8) +RPCMOUNTDOPTS="" +# +# Optional arguments passed to rpc.statd. See rpc.statd(8) +STATDARG="" +# +# Optional arguments passed to rpc.idmapd. See rpc.idmapd(8) +RPCIDMAPDARGS="" +# +# Optional arguments passed to rpc.gssd. See rpc.gssd(8) +RPCGSSDARGS="" +# +# Optional arguments passed to rpc.svcgssd. See rpc.svcgssd(8) +RPCSVCGSSDARGS="" +# +# To enable RDMA support on the server by setting this to +# the port the server should listen on +#RDMA_PORT=20049 +# +# Optional arguments passed to blkmapd. See blkmapd(8) +BLKMAPDARGS="" |