D
Deleted member 93625
Guest
Hi all,
I'd like to ask a question regarding the scenario I made. The below is the connection diagram.
The physical distance between data centres is about 1000 km. In this environment,
Assuming the routing for WAN is properly done,
Eoin
I'd like to ask a question regarding the scenario I made. The below is the connection diagram.
The physical distance between data centres is about 1000 km. In this environment,
- All PVE nodes are in one cluster.
- VMs will run across both data centres.
- All VMs' disk images will be stored into a single shared storage (storage 1 in DC A).
- Storage will be replicated to other one (storage 2 in DC B).
Assuming the routing for WAN is properly done,
- Will my model work okay? Someone said it won't due to the geographical reason - the distance is too far and it will have a huge latency. With ping test, the RTT is around 11, 12 ms between the DCs at the moment.
- I am thinking of building a ZFS system for storage (ZFS on Linux) and using ZFS over iSCSI. Will it be okay? I think the cluster doesn't need to know about Storage 2, is this correct?
- Suppose that ZFS is used for storage, is it possible to do incremental replication from DC A to DC B? It may not need to be continuous but say every 15 mins? Will it saturate the link easily? We are going to run quite huge amount of VMs (say, over 200).
- Let's say, the DC A got a bomb. If I remember correctly, as long as I backed up all VMs configuration and replicated storage's LUN is the same, I can hook the Storage 2 with the same LUN into the cluster and run VMs on DC B. Is this correct?
Eoin