diff options
author | tblume <Thomas.Blume@suse.com> | 2016-05-10 16:20:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-10 16:20:03 +0200 |
commit | 773ebc0c32cb0d176c0a0bdf633b0891947558d7 (patch) | |
tree | 3d999eb2ffe9aba93f8fe709b8d7d08d7fcc9458 | |
parent | 2a44df950f977689a46d27afdd4b013fb419d9d7 (diff) |
man: document the nfs mount option bg as unsupported (#3231)
The nfs mount option bg will not be supported with systemd.
Reasons are discussed here:
https://github.com/systemd/systemd/pull/3169
-rw-r--r-- | man/systemd.mount.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index bf56a49e58..66cddd72e0 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -159,6 +159,11 @@ <citerefentry><refentrytitle>systemd-fstab-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details about the conversion.</para> + <para>The NFS mount option <option>bg</option> for NFS background mounts + as documented in <citerefentry><refentrytitle>nfs</refentrytitle><manvolnum>5</manvolnum></citerefentry> + is not supported in <filename>/etc/fstab</filename> entries. The systemd mount option <option>nofail</option> + provides similar functionality and should be used instead.</para> + <para>When reading <filename>/etc/fstab</filename> a few special mount options are understood by systemd which influence how dependencies are created for mount points. systemd will create a |