hello everyone,
I have a windows VM which I am using to backup my files to the cloud, every few days I will find that the VM is no longer accessible as in, in the process list i can still see opt/incus/bin/qemu-system-x86_64 running but i can’t access the console nor ping it.
When “incus ls” is run it shows:
| windows | ERROR | | | VIRTUAL-MACHINE | 0 |
And “incus info --show-log windows” shows
Name: windows
Status: ERROR
Type: virtual-machine
Architecture: x86_64
Created: 2024/08/31 22:29 +08
Last Used: 2024/11/26 17:55 +08
Log:
qemu-system-x86_64:/run/incus/windows/qemu.conf:273: warning: '-fsdev proxy' and '-virtfs proxy' are deprecated, use 'local' instead of 'proxy, or consider deploying virtiofsd as alternative to 9p
I can restart the VM by running incus restart --force windows however this VM will end up in an error state again soon thereafter.
Could anyone guide me on how to debug this issue?
Thank You