Skip to content

Commit

Permalink
Include the os-net-config logfile
Browse files Browse the repository at this point in the history
Issues with os-net-config can cause major problems with hypervisor
provisioning and configuration, but the logfile is not currently
captured.  Explicitly capture it.

Signed-off-by: Nate Johnston <[email protected]>
  • Loading branch information
nate-johnston authored and TurboTurtle committed Dec 11, 2024
1 parent 741c2e5 commit add55ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/report/plugins/os_net_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class OsNetConfig(Plugin, IndependentPlugin):
def setup(self):
self.add_copy_spec("/etc/os-net-config")
self.add_copy_spec("/var/lib/os-net-config")
self.add_copy_spec("/var/log/os-net-config.log")


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

0 comments on commit add55ea

Please sign in to comment.