aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-07-07 16:00:26 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-07-07 16:00:26 +0100
commit244b96d502248fb22511dfcb515e5f7c3e44d64e (patch)
treefbe80fd42af33092ecec4ded4d53e466b7830814
parent2c2941bd22d550fbe3652953a8bc4de1fcd57f5d (diff)
downloadsos-244b96d502248fb22511dfcb515e5f7c3e44d64e.tar.gz
[openshift] remove cgroups collection
The openshift plugin used an obsolete cgroups path ("/cgroups"). Since the cgroups plugin now collects full information on all configured cgroups remove this from the openshift plugin. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/openshift.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/openshift.py b/sos/plugins/openshift.py
index 7469dce2..56ffb19a 100644
--- a/sos/plugins/openshift.py
+++ b/sos/plugins/openshift.py
@@ -58,7 +58,6 @@ class Openshift(Plugin, RedHatPlugin):
if self.is_node():
self.add_copy_specs([
- "/cgroup/*/openshift",
"/opt/%s/%s/root/etc/mcollective/" % (self.vendor, self.ruby),
"/var/log/httpd/openshift_log",
"/var/log/mcollective.log",