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
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
A typo (minus sign in front of the pid) has been introduced in the line responsible for killing the virtionfsd when the hypervisor fails to start hence leaving processes running unnecessary.
Interesting as that looks like valid code (which is trying to kill all processes in the process group whose ID is the value of clh.state.VirtiofsdPID).
Description of problem
A typo (minus sign in front of the pid) has been introduced in the line responsible for killing the virtionfsd when the hypervisor fails to start hence leaving processes running unnecessary.
syscall.Kill(-clh.state.VirtiofsdPID, syscall.SIGKILL)
Expected result
virtiofsd should be killed properly
Actual result
it doesn't get killed due to the typo in the source code
I'll fix this in the next upcoming PR for clh hence this one can be assigned to me.
The text was updated successfully, but these errors were encountered: