mirror of
https://github.com/xcat2/confluent.git
synced 2026-07-31 10:09:46 +00:00
485c3236081ca0efd6627413ab5d6c0c3bc50433
The strategy of duping file descriptors is inadequate. The copies share identical offsets. Fix this by reading the file once into memory, and using BytesIO to fake a file. This is relatively memory intensive in theory, but in practice pyghmi library had been duping everything to memory anyway, so it is a wash for now.
Description
xCAT confluent - replacement of conserver and eventually xcatd
Languages
Python
86.2%
Shell
10.1%
C
2.4%
Go Template
0.7%
Go
0.3%
Other
0.2%