From 39807e2a7ad8953f82d03ff1e8ba13972ea7a251 Mon Sep 17 00:00:00 2001 From: aroulin Date: Wed, 18 Dec 2024 19:29:18 +0000 Subject: [PATCH] [hbn] Collect DHCP lease files The DHCP lease files useful to debug any DNS or DHCP issues on out-of-band interfaces --- sos/report/plugins/hbn.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sos/report/plugins/hbn.py b/sos/report/plugins/hbn.py index fba0fe201..6ed96af43 100644 --- a/sos/report/plugins/hbn.py +++ b/sos/report/plugins/hbn.py @@ -20,6 +20,7 @@ def setup(self): self.add_copy_spec([ '/etc/mellanox', '/var/log/doca/hbn', + '/var/lib/dhcp', '/var/lib/hbn/etc/cumulus', '/var/log/sfc-install.log', '/usr/lib/udev', # HBN udev rules