aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-06-21 14:44:39 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-06-21 14:44:39 +0100
commit6090afe454eb34469492269ab45e7a437740eb0e (patch)
tree494f86078f5dacc9a83f27efdbafe86ee5f2b5a9
parent01d719c538d36acdb3b143cf80a48545c03d4940 (diff)
downloadsos-6090afe454eb34469492269ab45e7a437740eb0e.tar.gz
[cluster] collect gfs2 withdraw file
Collect /sys/fs/gfs2/*/withdraw. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/cluster.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/cluster.py b/sos/plugins/cluster.py
index b3b517e8..6a2354f0 100644
--- a/sos/plugins/cluster.py
+++ b/sos/plugins/cluster.py
@@ -52,7 +52,8 @@ class Cluster(Plugin, RedHatPlugin):
"/var/lib/luci/etc",
"/var/log/cluster",
"/var/log/luci",
- "/etc/fence_virt.conf"
+ "/etc/fence_virt.conf",
+ "/sys/fs/gfs2/*/withdraw"
])
if self.get_option('gfslockdump'):