Hello All,
I'm testing Veeam with my homelab Proxmox cluster. I have an issue with a worker on a node that is not reachable every other day. The backup gives a warning message. When I test the worker in the Veeam console I'm getting this message
<<<<<<
19/01/2025 20:42:53 Error Failed to synchronize configuration settings of the worker XXX-worker can't lock file '/var/lock/qemu-server/lock-101.conf' - got timeout
19/01/2025 20:42:53 Error Worker XXXworker test failed: can't lock file '/var/lock/qemu-server/lock-101.conf' - got timeout
Here is the warning message from the email
Failed to prepare the worker XXX-worker: Failed to power on the worker VM: Failed to wait for the task UPID:XXX:0006259E:0080C27A:678CCD30:qmstart:101:root@pam: to complete; There are no available workers in the cluster. Performance may be affected; Failed to prepare the worker worker: Failed to power on the worker VM: storage 'datastore' does not exist; Job finished with warning at 1/19/2025 1:25:27 PM
<<<<<<
I tried to resolve it with ChatGPT using the Proxmox node shell
- there is a lock for the VM, but removing it, won’t help
- VM status is stopped
- in the GUI I see a task trying to start the VM.
What resolved the issue is when I use
- systemctl restart pvedaemon
But what happens is the next Veeam backup will run fine and the following fails again. It’s a pattern of every two days. I upgraded VBR from 12.2 to 12.3 with the hope it will resolve the issue.
Any idea what is going on. I have another Proxmox node and I don’t see the issue there.
Thanks,
Edy