Open deboer-tim opened 1 year ago
We have seen reports of hibernation killing the vfkit process. Will confirm this with @cfergeau. It is driver issue that has been filed before for crc.
2.17.0+44e15711
kinda old. it should not affect the driver, but please consider updating. (Note: the version of Microshift it provides is known to be unstable according to our tests. 4.13 does not have the reported issue).
As per the call we had earlier, I didn't know it wasn't auto-updating (the cache issue :) ). I will upgrade, just wanted to confirm if there were any logs or other things you wanted to look at before I touch them.
We have seen reports of hibernation killing the vfkit process
If vfkit forced the instance to stop it wouldn't be great, but at least I could just start it again. I am far more concerned that from a user perspective it looks like the instance was 'deleted' back to the point before I ran setup, and anything I deployed to OpenShift is gone.
@cfergeau Any thoughts? This is not an extension related issue, but rather vfkit.
Does crc status
show instance is stopped or deleted?
Deleted - see above:
DEBU CRC version: 2.17.0+44e15711
DEBU OpenShift version: 4.12.9
DEBU Podman version: 4.4.1
DEBU Running 'crc status'
DEBU Running 'sw_vers -productVersion'
crc does not seem to be setup correctly, have you run 'crc setup'?
@deboer-tim did you face this still, or this happened with old version of all components?
crc does not seem to be setup correctly, have you run 'crc setup'?
indicates an issue with the daemon:
pkg/crc/errors/multierror.go:const DaemonNotRunning daemonNotRunning = "crc does not seem to be setup correctly, have you run 'crc setup'?"
I guess when this happens ps aux |grep crc
does not show crc processes.
I'd expect crc setup && crc start
to help recover from this though. I'm not sure how a crc delete
or equivalent could happen without explicit user action.
General information
crc setup
before starting it (Yes/No)? YesCRC version
CRC status
CRC config
Host Operating System
Steps to reproduce
Unknown.
Expected
I left Microshift running last night, stopped Podman Desktop, and likely opened and closed my laptop a couple times as I was logging off. When I logged in this morning and restarted Podman Desktop I would expect Microshift to still be running fine.
Actual
My instance is gone from within Podman Desktop.
crc status
thinks I haven't even run setup yet.I know I can recreate the instance, but is there anything I can do to help figure out what stopped/deleted it?