From: Timur Aydin <ta@taydin.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] configuring NFS server to handle client reboots
Date: Sun, 30 Jun 2013 20:26:17 +0300 [thread overview]
Message-ID: <51D06A39.7090308@taydin.org> (raw)
In-Reply-To: <51D0669D.7070000@taydin.org>
The server configuration is as follows:
===================================================================================
bonsai ~ # cat /etc/conf.d/nfs
# /etc/conf.d/nfs
# If you wish to set the port numbers for lockd,
# please see /etc/sysctl.conf
# Optional services to include in default `/etc/init.d/nfs start`
# For NFSv4 users, you'll want to add "rpc.idmapd" here.
NFS_NEEDED_SERVICES="rpc.idmapd"
# Number of servers to be started up by default
OPTS_RPC_NFSD="8"
# Options to pass to rpc.mountd
# ex. OPTS_RPC_MOUNTD="-p 32767"
OPTS_RPC_MOUNTD=""
# Options to pass to rpc.statd
# ex. OPTS_RPC_STATD="-p 32765 -o 32766"
OPTS_RPC_STATD=""
# Options to pass to rpc.idmapd
OPTS_RPC_IDMAPD=""
# Options to pass to rpc.gssd
OPTS_RPC_GSSD=""
# Options to pass to rpc.svcgssd
OPTS_RPC_SVCGSSD=""
# Options to pass to rpc.rquotad (requires sys-fs/quota)
OPTS_RPC_RQUOTAD=""
# Timeout (in seconds) for exportfs
EXPORTFS_TIMEOUT=30
# Options to set in the nfsd filesystem (/proc/fs/nfsd/).
# Format is <option>=<value>. Multiple options are allowed.
#OPTS_NFSD="nfsv4leasetime=30 max_block_size=4096"
===================================================================================
bonsai ~ # cat /etc/exports
/home/ta/uclinux_2011R1
*(rw,sync,all_squash,anonuid=1000,anongid=100,no_subtree_check)
/home/ta/tmp/flash_nfsroot
*(rw,sync,all_squash,anonuid=1000,anongid=100,no_subtree_check)
--
Timur
next prev parent reply other threads:[~2013-06-30 17:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-30 17:10 [gentoo-user] configuring NFS server to handle client reboots Timur Aydin
2013-06-30 17:16 ` Timur Aydin
2013-06-30 17:26 ` Timur Aydin [this message]
2013-07-01 2:09 ` Walter Dnes
2013-07-01 10:07 ` Timur Aydin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51D06A39.7090308@taydin.org \
--to=ta@taydin.org \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox