aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierguido Lambri <plambri@redhat.com>2018-04-28 19:56:24 +0100
committerBryn M. Reeves <bmr@redhat.com>2018-06-06 15:10:33 +0100
commit1709fc0c9f51fee5786ffcfd8bff0185737202d0 (patch)
tree1e0697d892a79a7194e2efe2596d8555d81cd86c
parent81d31ecf6aacda7268ebd4f795376dd22f18e6c0 (diff)
downloadsos-1709fc0c9f51fee5786ffcfd8bff0185737202d0.tar.gz
[nfs] Add nfs.conf
Many NFS (and other related programs) options can now be set through the config file /etc/nfs.conf. Collect this from the 'nfs' plugin. Resolves: #1278 Signed-off-by: Pierguido Lambri <plambri@redhat.com> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/nfs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/nfs.py b/sos/plugins/nfs.py
index 7726b7bc..833d79a2 100644
--- a/sos/plugins/nfs.py
+++ b/sos/plugins/nfs.py
@@ -20,6 +20,7 @@ class Nfs(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
self.add_copy_spec([
"/etc/nfsmount.conf",
"/etc/idmapd.conf",
+ "/etc/nfs.conf",
"/proc/fs/nfsfs/servers",
"/proc/fs/nfsfs/volumes",
"/run/sysconfig/nfs-utils",