From: NeilBrown <neilb@suse.com>
To: Scott Mayhew <smayhew@redhat.com>, steved@redhat.com
Cc: linux-nfs@vger.kernel.org
Subject: Re: [nfs-utils PATCH v3 0/2] Add support for -s/--state-directory-path for rpc.mountd and exportfs
Date: Wed, 08 Feb 2017 11:16:15 +1100 [thread overview]
Message-ID: <87shnpv8og.fsf@notabene.neil.brown.name> (raw)
In-Reply-To: <1486134704-59866-1-git-send-email-smayhew@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 2047 bytes --]
On Fri, Feb 03 2017, Scott Mayhew wrote:
> Currently, rpc.mountd's -s/--state-directory-path option doesn't really
> do anything (rpc.mountd tests it via chdir() but that's all). These
> patches implement the -s/--state-directory-path option so that
> rpc.mountd's state files (the etab and rmtab) can be placed in a
> location other than /var/lib/nfs... for example, /run/nfs.
>
> To use /run/nfs, it's necessary to create a systemd-tmpfiles config
> file, e.g.
>
> # cat /usr/lib/tmpfiles.d/nfs.conf
> #Type Path Mode UID GID Age Argument
> d /run/nfs 0755 root root - -
> f /run/nfs/etab 0644 root root - -
> f /run/nfs/rmtab 0644 root root - -
>
> and if selinux is in enforcing mode, the correct context would need to
> be set on the directory (On Fedora, semanage barks at me if I use
> /run/nfs... that's why I'm using /var/run/nfs here instead):
>
> # semanage fcontext -a -t var_lib_nfs_t "/var/run/nfs(/.*)?"
>
> Changes since v1:
>
> - Replaced all newly-added occurrences of the term 'xtab' so it wouldn't
> be confused with the recently removed 'xtab' file. I did not replace
> any existing uses of the term 'xtab' though.
> - Removed the reference to statd on the mountd man page.
>
> Changes since v2:
> - Fixed string-handling blunder I made in generic_setup_basedir(). Tested with
> pathnames of length 4083 (the largest you can have and still append
> "/.rmtab.lock"), 4084 (generic_make_pathname() will fail for ".rmtab.lock"),
> 4095, 4096, and 4097.
> - Removed error_check() from support/misc/file.c and added the check directly
> in generic_make_pathname()
> - Removed _PATH_ETAB* and _PATH_RMTAB* as they're no longer used.
> - Updated the nfs.conf.man and exportfs.man pages.
>
>
> Scott Mayhew (2):
> libnsm.a: refactor nsm_setup_pathnames() and nsm_make_pathname()
> mountd/exportfs: implement the -s/--state-directory-path option
Both patches
Reviewed-by: NeilBrown <neilb@suse.com>
Thanks!
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2017-02-08 0:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-03 15:11 [nfs-utils PATCH v3 0/2] Add support for -s/--state-directory-path for rpc.mountd and exportfs Scott Mayhew
2017-02-03 15:11 ` [nfs-utils PATCH v3 1/2] libnsm.a: refactor nsm_setup_pathnames() and nsm_make_pathname() Scott Mayhew
2017-02-03 15:11 ` [nfs-utils PATCH v3 2/2] mountd/exportfs: implement the -s/--state-directory-path option Scott Mayhew
2017-02-08 0:16 ` NeilBrown [this message]
2017-02-16 10:21 ` [nfs-utils PATCH v3 0/2] Add support for -s/--state-directory-path for rpc.mountd and exportfs Steve Dickson
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=87shnpv8og.fsf@notabene.neil.brown.name \
--to=neilb@suse.com \
--cc=linux-nfs@vger.kernel.org \
--cc=smayhew@redhat.com \
--cc=steved@redhat.com \
/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;
as well as URLs for NNTP newsgroup(s).