[nfs-utils PATCH 2/3] nfs.conf: add no-netlink option to exportd and mountd stanzas
Scott Mayhew <[email protected]>
| Newsgroups | gmane.linux.nfs |
|---|---|
| Message-ID | <[email protected]> |
This option was added by commit 60c38383 ("mountd/exportd/exportfs:
add --no-netlink option to disable netlink"), but nfs.conf was not
updated.
Signed-off-by: Scott Mayhew <[email protected]>
---
nfs.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/nfs.conf b/nfs.conf
index 84cc653f..fa12c592 100644
--- a/nfs.conf
+++ b/nfs.conf
@@ -43,6 +43,8 @@
# threads=1
# cache-use-ipaddr=n
# ttl=1800
+# no-netlink=0
+#
[mountd]
# debug="all|auth|call|general|parse"
# apply-root-cred=n
@@ -55,6 +57,7 @@
# ha-callout=
# cache-use-ipaddr=n
# ttl=1800
+# no-netlink=0
#
[nfsdcld]
# debug=0
--
2.55.0