mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 02:30:21 +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