<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From c75a9935be12caf7d9884b38c72dd58486bb3a4e Mon Sep 17 00:00:00 2001
From: "Bryn M. Reeves" &lt;bmr@redhat.com&gt;
Date: Mon, 23 Jun 2014 15:34:49 +0100
Subject: [PATCH] [nfsserver] add output of 'exportfs -v'

Signed-off-by: Bryn M. Reeves &lt;bmr@redhat.com&gt;

Conflicts:

	sos/plugins/nfsserver.py
---
 sos/plugins/nfsserver.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sos/plugins/nfsserver.py b/sos/plugins/nfsserver.py
index 5339146..3badf0e 100644
--- a/sos/plugins/nfsserver.py
+++ b/sos/plugins/nfsserver.py
@@ -40,5 +40,6 @@ class nfsserver(sos.plugintools.PluginBase):
         self.addCopySpec("/var/lib/nfs/rmtab")
         self.collectExtOutput("/usr/sbin/rpcinfo -p localhost")
         self.collectExtOutput("/usr/sbin/nfsstat -a")
+        self.collectExtOutput("exportfs -v")
         return
 
-- 
1.9.3

</pre></body></html>