aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-05-07 20:57:57 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-05-07 20:57:57 +0100
commit467c4bb2f4a7b108c665521e485dc6849f5e4a3f (patch)
treef71045b64f456e4e52c1d9076f011660601f989e
parent52311027127a479aaaba65977a3bc3e5ce2df681 (diff)
downloadsos-467c4bb2f4a7b108c665521e485dc6849f5e4a3f.tar.gz
Add tuned configuration paths to tuned plugin
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/tuned.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/sos/plugins/tuned.py b/sos/plugins/tuned.py
index 6adc60d5..e6feb0ac 100644
--- a/sos/plugins/tuned.py
+++ b/sos/plugins/tuned.py
@@ -28,6 +28,10 @@ class Tuned(Plugin, RedHatPlugin):
"tuned-adm active",
"tuned-adm recommend"
])
- self.add_copy_spec("/var/log/tuned/tuned.log")
+ self.add_copy_specs([
+ "/etc/tuned",
+ "/usr/lib/tuned",
+ "/var/log/tuned/tuned.log"
+ ])
# vim: et ts=4 sw=4