I am using PVE 8. I have three nodes, A, B, and C. Guest VMs on A were being replicated every 15 minutes to B. Node A failed.
Per the documentation here: https://pve.proxmox.com/wiki/Storage_Replication
To recover...
Per the documentation here: https://pve.proxmox.com/wiki/Storage_Replication
To recover...
- move both guest configuration files form the origin node A to node B:
# mv /etc/pve/nodes/A/qemu-server/100.conf /etc/pve/nodes/B/qemu-server/100.conf
# mv /etc/pve/nodes/A/lxc/200.conf /etc/pve/nodes/B/lxc/200.conf