From 467c4bb2f4a7b108c665521e485dc6849f5e4a3f Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Wed, 7 May 2014 20:57:57 +0100 Subject: Add tuned configuration paths to tuned plugin Signed-off-by: Bryn M. Reeves --- sos/plugins/tuned.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit