Skip to content

Commit

Permalink
[openstack_edpm] Add additional paths
Browse files Browse the repository at this point in the history
These paths are also used by EDPM and should be collected by the plugin.

Signed-off-by: James Slagle <jslagle@redhat.com>
  • Loading branch information
slagle authored and TurboTurtle committed May 29, 2024
1 parent 79ca898 commit 6522adc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sos/report/plugins/openstack_edpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ def setup(self):
# Notes: recursion is max 2 for edpm-config
# Those directories are present on all OpenStack nodes
self.edpm_log_paths = [
'/var/lib/edpm-config/'
'/etc/os-net-config/',
'/var/lib/config-data/',
'/var/lib/edpm-config/',
]
self.add_copy_spec(self.edpm_log_paths)

Expand Down

0 comments on commit 6522adc

Please sign in to comment.