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
To make it more explicit add time.Sleep(10 * time. Second) to neonvm/runner/main.go somewhere before executing the QEMU command.
Actual result
NeonVM controller uses the runner pod's status to determine the VM's status. If the runner pod status is running and the VM's status is pending, then the controller changes the status of the VM to running. At this point, we don't necessarily know if the QEMU process has started, nor has the VM booted.
Expected result
Update the VM's status to running once is actually booted and running.
The text was updated successfully, but these errors were encountered:
Environment
everywhere
Steps to reproduce
To make it more explicit add
time.Sleep(10 * time. Second)
toneonvm/runner/main.go
somewhere before executing the QEMU command.Actual result
NeonVM controller uses the runner pod's status to determine the VM's status. If the runner pod status is running and the VM's status is pending, then the controller changes the status of the VM to running. At this point, we don't necessarily know if the QEMU process has started, nor has the VM booted.
Expected result
Update the VM's status to running once is actually booted and running.
The text was updated successfully, but these errors were encountered: