diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-04-02 18:39:29 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-04-02 18:39:29 +0100 |
commit | 14adc61ce6a05de4da9765760bc9b18f3eb41cb1 (patch) | |
tree | 709b568ce58109c4493c535845019a0ed997caed | |
parent | f8e72bc79a430214203cd7e8eb2222ebdce0cea7 (diff) | |
download | sos-14adc61ce6a05de4da9765760bc9b18f3eb41cb1.tar.gz |
Update cgred configuration file path for RedHatCgroups
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/cgroups.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/cgroups.py b/sos/plugins/cgroups.py index a647a9f6..51dab130 100644 --- a/sos/plugins/cgroups.py +++ b/sos/plugins/cgroups.py @@ -37,7 +37,7 @@ class RedHatCgroups(Cgroups, RedHatPlugin): super(RedHatCgroups, self).setup() self.add_copy_specs([ "/etc/sysconfig/cgconfig", - "/etc/sysconfig/cgred.conf", + "/etc/sysconfig/cgred", "/etc/cgsnapshot_blacklist.conf", "/etc/cgconfig.conf", "/etc/cgrules.conf" |