File: nfs-kernel-server.templates

package info (click to toggle)
nfs-utils 1%3A1.0.6-3.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,532 kB
  • ctags: 1,845
  • sloc: ansic: 16,107; sh: 3,129; makefile: 272
file content (17 lines) | stat: -rw-r--r-- 876 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
 The mount daemon uses tcpwrappers to control access.  To configure it, use
 program name "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.