My HA is hosted in Hyper-V on Windows 11. Since we had a power outage a few days ago HA has been unstable.
It works well right after the instance is booted up, but after an unknown amount of time (usually 1-2 hours), HA stops responding.
I load up the screen of the Hyper-V and see this error message:
ha > [ 3779.632997] CIFS: VFS: \\[HOSTSERVERNAME] has not responded in 180 seconds. Reconnecting...
If I restart the Hyper-V instance it comes back online until this message shows up again.
It indicates to me that there’s some issue with file access, maybe? \[HOSTSERVERNAME] refers to the name of the host machine, which is working as expected well though. So it seems to be related to the instance, hyper-v, the and some communications between them.
I checked the drive on which the Hyper-V instance disk is on and it contains no errors. I have another drive where HA backups are placed and no errors there either.
How would I go about debugging this?
Thanks!
PS. I have HA backups available, but I’d like to give it a go of fixing this before diving into creating a new instance and loading the backup… (although that might be the easiest?)