Solvik / netbox-agent

Netbox agent to run on your infrastructure's servers
Apache License 2.0
287 stars 74 forks source link

fix: deadlock storcli inventory #253

Closed cyrinux closed 1 year ago

cyrinux commented 1 year ago

When there is a lot of data return by storcli due to a lot of disk, the inventory was in deadlock Its a known python p.wait() problem, see:

https://docs.python.org/3/library/subprocess.html#subprocess.Popen.wait