Skip to content

Commit

Permalink
[targetcli] added one item (#1044)
Browse files Browse the repository at this point in the history
collecting the /sys/kernel/config/target

Signed-off-by: venkata edara <redara@redhat.com>
Signed-off-by: Adam Stokes <battlemidget@users.noreply.github.com>
  • Loading branch information
vredara authored and Adam Stokes committed Jun 28, 2017
1 parent 07e6ce3 commit 9c33025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/plugins/targetcli.py
Expand Up @@ -31,6 +31,7 @@ def setup(self):
"systemctl status target.service"
])
self.add_journal(units="targetcli")
self.add_copy_spec("/sys/kernel/config/target")
self.add_copy_spec("/etc/target")

# vim: set et ts=4 sw=4 :

0 comments on commit 9c33025

Please sign in to comment.