-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Virtiofs: long delays in restarting/stopping a VM which uses virtiofs #262
Comments
brianmcgillion
changed the title
Virtiofs long delays in restarting/stopping a VM which uses virtiofs
Virtiofs: long delays in restarting/stopping a VM which uses virtiofs
Aug 5, 2024
@SuperSandro2000 Any ideas? |
Maybe supervisord is not stopping after all processes it supervisors where told to stop. Maybe we can convince it with another signal? |
Doing some more investigations and logging, I can see the following failures are occurring in the shutdown phase between
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These commits introduce a substantial delay in rebooting or shutting down a VM. I am not sure commit exactly which, as the first one fails to start the virtiofs with a permission denied error. so tested together.
36e261a
a50d1bf
latest working commit is here:
bb0c6d8
As can be seen in the below log for a reboot of the vm
sudo systemctl restart microvm@admin-vm.service
the shutdown takes 1.5 minutes before the graceful shutdown eventually times out.after which it starts to boot again as normal.
The text was updated successfully, but these errors were encountered: