Courtney <courtney@courtnix.systems> writes: > I have a VM running OpenBSD -current that runs Vaultwarden. For some > reason, it > is the only VM that doesn't seem to respond in time to host shutdowns, > so the > poweroff is unclean and leaves the VM in single user mode where I have to > console in and fsck it. My assumption has been that perhaps Vaultwarden is > taking too long to stop, but I am unsure. I don't see anything in the logs. > > Any suggestions where I can start to look to see why this VM is being > a problem? > I have multiple other OpenBSD 7.7 and -current VMs running on this host.
What's the host? What mechanism is being used to shutdown the vm? It sounds like the host/hypervisor has a timeout and it pulls the plug on the vm if it fails to stop itself within that timeout. I know vmd(8) does this. > > Courtney