diff options
-rw-r--r-- | sos/plugins/cluster.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/cluster.py b/sos/plugins/cluster.py index 3eb19fb5..97e14654 100644 --- a/sos/plugins/cluster.py +++ b/sos/plugins/cluster.py @@ -129,4 +129,5 @@ class cluster(Plugin, RedHatPlugin): def postproc(self): for cluster_conf in glob("/etc/cluster/cluster.conf*"): self.doFileSub(cluster_conf, r"(\s*\<fencedevice\s*.*\s*passwd\s*=\s*)\S+(\")", r"\1%s" %('"***"')) + self.doExtOutputSub("corosync-objctl", r"(.*fence.*\.passwd=)(.*)", r"\1******") return |