mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-03-29 05:13:31 +00:00
The code in bmcdiscover do not close socket pair correctly which causes `Too many open files` error from system. This commit maintains a hash map to locate the file descriptors for child processes, close these files when the child processes exit. fix-issue: #3682