X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fnfs-kernel-server.templates;h=fb7f6324475a45b7178e11bfbc495d19aa8854b6;hp=2ed964dc3e4813c7f856e1878d4d76a5b3dd57a4;hb=e2d471f26fe47530d1d8fee9fdf1330203d458bc;hpb=48549afe6f5d5b67b4132e9551d62b1a864d672e diff --git a/debian/nfs-kernel-server.templates b/debian/nfs-kernel-server.templates index 2ed964d..fb7f632 100644 --- a/debian/nfs-kernel-server.templates +++ b/debian/nfs-kernel-server.templates @@ -1,9 +1,18 @@ +Template: nfs-kernel-server/sync-default +Type: note +Description: NFS server defaults to synchronous writes + To comply with standards and increase data safety, the Linux NFS + server now defaults to synchronous writes. Since this is a major + change, it is not silent: All exports should be explicitly marked as + either "sync" or "async". Exports not so marked will elicit warnings. + Template: nfs-kernel-server/tcpwrappers-mountd Type: note Description: in /etc/hosts.{allow,deny}, replace "rpc.mountd" with "mountd" - Older versions of nfs-kernel-server included a mount daemon that - called itself "rpc.mountd". The current mount daemon, however, calls - itself just plain "mountd". + The mount daemon uses tcpwrappers to control access. To configure + it, use program name "mountd" in /etc/hosts.allow and /etc/hosts.deny. . - Therefore, you should replace all occurrences of "rpc.mountd" with - "mountd" in /etc/hosts.allow and /etc/hosts.deny. + Older versions of nfs-kernel-server included a mount daemon that + called itself "rpc.mountd". Therefore, you should replace all + occurrences of "rpc.mountd" with "mountd" in /etc/hosts.allow and + /etc/hosts.deny.