fix: deadlock storcli inventory #253

Merged
cyrinux merged 1 commit from fix/cle/storcli-inventory into master 2022-11-30 09:52:03 +01:00
cyrinux commented 2022-11-30 09:51:47 +01:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No description provided.