HA Setup, 3 prox Servers, direct attach to SAN

ocpistol

Member
Apr 15, 2020
7
0
21
35
I have 3 proxmox servers. I am trying to set them up for HA with a san and backup san.
I have each server directly to each san with a 10gb connection.
I thought the only way HA works is if each storage has the same ID on each server.
server1 connects to 192.168.13.1, server2 connects to 192.168.14.1, server3 connects to 192.168.15.1.

Maybe I am doing this completely wrong and i need to change my setup.

Also not sure how to setup failover to san2 instead of san1 for vm storage.

Thank you!
 
Ok figured it out. I mounted it to each server via
mount -t nfs ip:/export/data /mnt/pve/data # for the first server
mount -t nfs ip:/export/data /mnt/pve/data # for the second server
mount -t nfs ip:/export/data /mnt/pve/data # for the third server

then just added it as a shared local dir