commit: b60e047f2588e275c1ddae4fd66d221ca33adda3 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Mon Feb 2 14:10:24 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Feb 2 14:11:29 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-news.git;a=commit;h=b60e047f
Add newsitem for nfs service changes --- .../2015-02-02-nfs-service-changes.en.txt | 39 ++++++++++++++++++++++ .../2015-02-02-nfs-service-changes.en.txt.asc | 7 ++++ 2 files changed, 46 insertions(+) diff --git a/2015/2015-02-02-nfs-service-changes/2015-02-02-nfs-service-changes.en.txt b/2015/2015-02-02-nfs-service-changes/2015-02-02-nfs-service-changes.en.txt new file mode 100644 index 0000000..7e1b2be --- /dev/null +++ b/2015/2015-02-02-nfs-service-changes/2015-02-02-nfs-service-changes.en.txt @@ -0,0 +1,39 @@ +Title: nfs service changes +Author: William Hubbs <[email protected]> +Content-Type: text/plain +Posted: 2015-02-02 +Revision: 1 +News-Item-Format: 1.0 +Display-If-Installed: <=net-fs/nfs-utils-1.3.1-r1 + +The upgrade to nfs-utils-1.3.1-r1 includes significant service changes +both for OpenRC and systemd users. + +OpenRC users: + +The OpenRC service which handled mounting nfs file systems has been +changed to only start the nfs client daemons and renamed to nfsclient. +Because of this change, if you use OpenRC and mount nfs file systems, +you need to perform the following steps: + +Add nfsclient to the runlevel nfsmount was in before. For example, if +nfsmount was in the default runlevel, run this command: + +rc-update add nfsclient default + +If you use a permanent network connection to the server, make sure +netmount is in the same runlevel as nfsclient. If not, it is recommended +that net-fs/autofs be set up to handle your network mounts. + +Systemd users: + +The nfs systemd units have been renamed. If you are exporting nfs +mounts, you should enable the rpcbind and nfs-server services. If you +are mounting nfs mounts systemd should automatically detect this and +start the nfs-client service. + +More Information: + +The following wiki page has more information about nfs file systems: + +http://wiki.gentoo.org/wiki/NFSv4 diff --git a/2015/2015-02-02-nfs-service-changes/2015-02-02-nfs-service-changes.en.txt.asc b/2015/2015-02-02-nfs-service-changes/2015-02-02-nfs-service-changes.en.txt.asc new file mode 100644 index 0000000..e4b872d --- /dev/null +++ b/2015/2015-02-02-nfs-service-changes/2015-02-02-nfs-service-changes.en.txt.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEABECAAYFAlTOvR8ACgkQblQW9DDEZTgZVQCfet8NCFgtHFd2Td5Njglf3cHo +lJsAn3qXn3U9YXr313KKe0aNNQ3x6nu2 +=XpII +-----END PGP SIGNATURE-----
