mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-16 01:21:10 +00:00
- 'makehosts -n' will leave the server without a hosts file while it is generating the new one, but there's really no reason for that. - While /etc/hosts should never be missing, 'makehosts -n' should include the loopback addresses no matter what. - makehosts with and without '-n' should use the same locking to prevent multiple concurrent execution.