Am working on a script to reboot all vms with a certain tag.
Writing the script is going well, but right off encountered an error (see title).
Error encountered with:
The vm is there. I can right click and reboot it. (also, several other vms are showing the same error when i attempt to reboot them with the script)
A little research shows that maybe I need to manually copy a configuration file from another node over to this one.
Additional research shows there is already something which is supposed to do this.
Is this a sign of something? Why would the syncing app not sync this vm config between all the proxmox nodes?
Instead of manually copying, is there a better solution? Like, is there is a service I should restart? (I tried 'systemctl restart corosync', didn't seem to help)
I'm assuming if I restart the node that'd force the vms to resync? Seems a bit extreme ... and maybe it wouldn't work anyway.
Writing the script is going well, but right off encountered an error (see title).
Error encountered with:
Code:
qm reboot 220
The vm is there. I can right click and reboot it. (also, several other vms are showing the same error when i attempt to reboot them with the script)
Code:
root@pve-a:~# qm status 220
Configuration file 'nodes/pve-a/qemu-server/220.conf' does not exist
root@pve-a:~# qm status 221
status: running
A little research shows that maybe I need to manually copy a configuration file from another node over to this one.
Additional research shows there is already something which is supposed to do this.
Is this a sign of something? Why would the syncing app not sync this vm config between all the proxmox nodes?
Instead of manually copying, is there a better solution? Like, is there is a service I should restart? (I tried 'systemctl restart corosync', didn't seem to help)
I'm assuming if I restart the node that'd force the vms to resync? Seems a bit extreme ... and maybe it wouldn't work anyway.
Last edited: