From 6090afe454eb34469492269ab45e7a437740eb0e Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Sat, 21 Jun 2014 14:44:39 +0100 Subject: [cluster] collect gfs2 withdraw file Collect /sys/fs/gfs2/*/withdraw. Signed-off-by: Bryn M. Reeves --- sos/plugins/cluster.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'): -- cgit