You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
limactl hostagent: check process is actually running on detecting ha.pid
Sometimes, after the `limactl hostagent` process stops (e.g., due to a SIGKILL), the `ha.pid` file remains.
This change checks if the process with the given PID is still running.
If not, the `ha.pid` file is ignored, simplifying debugging by reducing cleanup steps to remove `ha.pid`.
see: #4044 (comment)
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
0 commit comments