Replication restore

Alexandre Aguirre

Well-Known Member
Apr 4, 2018
30
4
48
39
Passo Fundo - RS, Brasil
Hello good day !

I'm doing a simple basic replication lab, I have 2 clustered nodes all working, replication also working, my question is, how do I proceed in case node 1 goes out? how do i get node replicated disk on node 2?

Thank you in advance for your attention.
 
Hi,

Replication works when nodes are up and running.

After the first replication cycle is done, all nodes will have a "copy" of the VM.

You can not live migrate a VM if this VM is using local storage.

With local storage VM can be migrated in offline state only.

If a node fails, you must manually move the VM from the failed node to the remaining operating node.

This is explained here :

=======================
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
=======================

Regards,

Ricardo Jorge
 
  • Like
Reactions: Alexandre Aguirre
please read the reference docs carefully - they explain the case quite well IMHO: https://pve.proxmox.com/pve-docs/chapter-pvesr.html#_migrating_a_guest_in_case_of_error

if you still have questions afterwards - please ask with a bit more detail/specifics

hope this helps!
Hello proxmox community.
I am planing, coparing data availability on some solutions like Replication or DFS wiht ceph. I am reopening this thread to ask how to replicate data (VM) to other node (reading WIKI ) if for example disk in failed active node A broke (so we can not get it working again)
I am planing nvme solution with one 2TB disk in all (two (Replication) or three nodes(HA with CEPH)).

Thank you for your attention in advance. Erik