2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-05 04:27:55 +00:00
Files
xcat-core/xCAT
Vinícius Ferrão f23745d18b fix(remoteshell): wait for the ssh daemon to end before a new one starts
A kill only asks the kernel to end a process, so it returns before the process
is gone. The fallback started a new daemon on the next line, which could find
the port still held by the old one, fail to start, and leave the node with no
daemon at all.

Wait for the processes to end, for up to ten seconds, before the new daemon
starts. The test that a process is still there sends no signal.
2026-08-29 21:01:02 -03:00
..
2007-10-26 22:44:33 +00:00
2010-01-22 19:15:55 +00:00