From: Tom H <tomh0665@gmail.com>
To: Gentoo User <gentoo-user@lists.gentoo.org>
Subject: Re: [gentoo-user] nfsv4 issues
Date: Fri, 22 Jul 2016 08:46:36 -0400 [thread overview]
Message-ID: <CAOdo=Sx5VOv332nkA+TfPg7HSOEYggjFjQtALTyiko=Xbz9dbw@mail.gmail.com> (raw)
In-Reply-To: <CAC=wYCEU_jn=DOrvnrvn-f+bQPBvCLAup-zV36h6ZWrzz=SFBA@mail.gmail.com>
On Wed, Jul 20, 2016 at 10:51 PM, Adam Carter <adamcarter3@gmail.com> wrote:
>> I don't use systemd on Gentoo but for the nfs-utils upstream-shipped
>> systemd units that I think that Gentoo's using, you have to re-run
>> nfs-config.service - or run the script that it calls - in order to
>> update the "/run/sysconfig/nfs-utils" environment file that's sourced
>> by the nfs-server.service unit.
>
> In /usr/lib/systemd/system/nfs-server.service
> [Service]
> EnvironmentFile=/etc/conf.d/nfs
Sorry. Looking at the ebuild, there's:
<begin>
rm "${D}$(systemd_get_unitdir)"/nfs-config.service || die
sed -i -r \
-e "/^EnvironmentFile=/s:=.*:=${EPREFIX}/etc/conf.d/nfs:" \
-e '/^(After|Wants)=nfs-config.service$/d' \
-e 's:/usr/sbin/rpc.statd:/sbin/rpc.statd:' \
"${D}$(systemd_get_unitdir)"/* || die
</end>
so the upstream "nfs-config.service" waltz is avoided.
But that means that the variables in "/etc/conf.d/nfs" aren't renamed.
So the openrc nfs script uses "${OPTS_RPC_NFSD}", which is defined,
and the systemd service uses "$RPCNFSDARGS", which isn't.
>> Does "/var/lib/nfs/v4recovery/" exist?
>
> No
> # ls /var/lib/nfs/
> etab export-lock rmtab rpc_pipefs sm sm.bak state xtab
IIRC, it's needed to avoid this delay. I thought that I'd saved a url
about this but I can't find it.
Do you have a syslog message about "stable storage"? "man nfsdcltrack".
The openrc script has
<begin>
mkdir_nfsdirs() {
local d
for d in v4recovery v4root ; do
d="/var/lib/nfs/${d}"
[ ! -d "${d}" ] && mkdir -p "${d}"
done
}
</end>
but systemd doesn't have anything equivalent. On RHEL and Ubuntu,
"/var/lib/nfs/v4recovery/" is created at installation time. Perhaps
the Gentoo ebuild should do the same or should ship a
"/usr/lib/tmpfiles.d/var-lib-nfs.conf" to create it at boot if it
doesn't exist.
next prev parent reply other threads:[~2016-07-22 12:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-19 4:49 [gentoo-user] nfsv4 issues Adam Carter
2016-07-19 23:34 ` Tom H
2016-07-21 2:51 ` Adam Carter
2016-07-22 12:46 ` Tom H [this message]
2016-07-23 0:22 ` Adam Carter
2016-07-24 7:37 ` Adam Carter
2016-07-24 16:47 ` Tom H
2016-07-24 16:21 ` Tom H
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='CAOdo=Sx5VOv332nkA+TfPg7HSOEYggjFjQtALTyiko=Xbz9dbw@mail.gmail.com' \
--to=tomh0665@gmail.com \
--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