Stop logging lshw output, collect it with other logs instead
The lshw output is huge even on virtual machines, and it pollutes the debug logging. This change silences it. Instead, the lshw output is collected as part of the ramdisk logs. Depends-On: https://review.opendev.org/#/c/665635/ Change-Id: I6a3015b2d8d09f6f48b5cbd39dc84bd75b72f909
This commit is contained in:
ironic_python_agent
releasenotes/notes
@ -56,6 +56,7 @@ COLLECT_LOGS_COMMANDS = {
|
||||
'df': ['df', '-a'],
|
||||
'iptables': ['iptables', '-L'],
|
||||
'ip_addr': ['ip', 'addr'],
|
||||
'lshw': ['lshw', '-quiet', '-json'],
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user