sos/sos-bz784874-collect-proc-cgroups.patch
Bryn M. Reeves 13178ca5fa Update sos to 2.2-29
This synchronises sos in master to the current upstream sos-2.2 branch and
includes all patches from RHEL6 not already present.
2012-06-22 12:16:21 +01:00

12 lines
526 B
Diff

diff -up sos-2.2/sos/plugins/cgroups.py.orig sos-2.2/sos/plugins/cgroups.py
--- sos-2.2/sos/plugins/cgroups.py.orig 2012-03-06 13:08:55.774468733 +0000
+++ sos-2.2/sos/plugins/cgroups.py 2012-03-06 13:08:58.710468796 +0000
@@ -19,6 +19,7 @@ class cgroups(sos.plugintools.PluginBase
"""
def setup(self):
+ self.addCopySpec("/proc/cgroups")
self.addCopySpec("/etc/sysconfig/cgconfig")
self.addCopySpec("/etc/sysconfig/cgred.conf")
self.addCopySpec("/etc/cgsnapshot_blacklist.conf")