aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Gaillot <kgaillot@redhat.com>2018-10-04 17:10:24 -0500
committerBryn M. Reeves <bmr@redhat.com>2019-03-18 12:02:28 +0000
commitb3d668e2d97109d7c4b7a47ba687b8c381e51061 (patch)
treef40a6fca0fe2ff1d34aa7deefb6f8879fe140155
parent601d711866d10e0a5455355baef94c5d94fd37eb (diff)
downloadsos-b3d668e2d97109d7c4b7a47ba687b8c381e51061.tar.gz
[pacemaker] leave CIB file collection to crm_report
The plugin previously collected the CIB, which may contain sensitive information, without scrubbing it. While the plugin could scrub it, it will already be collected (scrubbed) by the crm_report command run in setup(), so the plugin's collection is redundant and can be removed. Resolves: #1444 Signed-off-by: Ken Gaillot <kgaillot@redhat.com> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/pacemaker.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/sos/plugins/pacemaker.py b/sos/plugins/pacemaker.py
index 9f38d449..ee83e2c2 100644
--- a/sos/plugins/pacemaker.py
+++ b/sos/plugins/pacemaker.py
@@ -66,9 +66,6 @@ class Pacemaker(Plugin):
def setup(self):
self.add_copy_spec([
- # Pacemaker cluster configuration file
- "/var/lib/pacemaker/cib/cib.xml",
-
# Pacemaker 2.x default log locations
"/var/log/pacemaker/pacemaker.log",
"/var/log/pacemaker/bundles/*/",