Hello,
We have some questions about how to proceed with our PVE cluster. To provide some context, we are running an HA redundant architecture with two PVE servers and two external disk enclosures for backup disks configured with ZFS RAID. The second PVE server is a copy of the first and together they form a cluster with a third server that is used for HA quorum. The problem lies in the backup process. The cluster launches a backup process for the VM hosted on the current PVE server and stores the data on its respective disk enclosure. We need both backup disks (in each disk enclosure) to contain the same data. Currently, we are doing this with a script and would like to use PBS for this operation.
We will be getting a fourth server that can be used for PBS, but we don't know the best way to proceed. We are considering two possibilities:
Thank you in advance — any advice would be much appreciated!
We have some questions about how to proceed with our PVE cluster. To provide some context, we are running an HA redundant architecture with two PVE servers and two external disk enclosures for backup disks configured with ZFS RAID. The second PVE server is a copy of the first and together they form a cluster with a third server that is used for HA quorum. The problem lies in the backup process. The cluster launches a backup process for the VM hosted on the current PVE server and stores the data on its respective disk enclosure. We need both backup disks (in each disk enclosure) to contain the same data. Currently, we are doing this with a script and would like to use PBS for this operation.
We will be getting a fourth server that can be used for PBS, but we don't know the best way to proceed. We are considering two possibilities:
- Install PBS on the fourth server and connect the two disk enclosures via NFS. Then, we will add the disks in the clusters storage tab.
- Install PBS on the fourth server as a centralised controller and install the PBS software on both PVEs. We will then connect the PBSs in the PVE servers to the centralised PBS using the 'Remote' configuration and synchronise both disks.
Thank you in advance — any advice would be much appreciated!