Hi Proxmox Community,
I was able to discover replication and the HA manager for quick transitions of VMs and I am happy with that for most things. I just have a couple critical services that require attention.
I'm wondering if it's possible to have two VMs on different servers have a continuous replication sync over the internet. The current replication I am seeing feels like a scan every so often and then updates that on the zpool for other servers. I need it so that the moment a file is put on VM1 it goes to VM2. Currently this is being achieved with robocopy.
The purpose of this request is that there will be a channel of information flowing into VM1 that is very important. We want this information that is in a main directory on a linux OS to be directly replicated to the mirrored VM. I have the Replication feature in Proxmox and using HA but the time it takes is about 2 minutes before it is setup on another server. I'd like it if I can have a 2nd VM that is on standby and is a perfect mirror of the 1st VM but is not actively processing information until the 1st VM goes down.
This feels more like something that needs to be configured with bash scripting but would like to know if the community knows of anything like this.
As always this is a great community thank you.
I was able to discover replication and the HA manager for quick transitions of VMs and I am happy with that for most things. I just have a couple critical services that require attention.
I'm wondering if it's possible to have two VMs on different servers have a continuous replication sync over the internet. The current replication I am seeing feels like a scan every so often and then updates that on the zpool for other servers. I need it so that the moment a file is put on VM1 it goes to VM2. Currently this is being achieved with robocopy.
The purpose of this request is that there will be a channel of information flowing into VM1 that is very important. We want this information that is in a main directory on a linux OS to be directly replicated to the mirrored VM. I have the Replication feature in Proxmox and using HA but the time it takes is about 2 minutes before it is setup on another server. I'd like it if I can have a 2nd VM that is on standby and is a perfect mirror of the 1st VM but is not actively processing information until the 1st VM goes down.
This feels more like something that needs to be configured with bash scripting but would like to know if the community knows of anything like this.
As always this is a great community thank you.