Hello all,
I currently have a 3 node (worker) and 1 storage setup.
The storage server is a Debian which is connected to the three workers via ZFS over iscsi.
Currently I have about 30 virtual systems running on the proxmox cluster.
The setup is working fine.
Now I want to connect a second storage server so that it can be updated and rebooted without having to set a longer downtime for all VMs. This would then also have to be connected via ZFS over iscsi. But since the workers "only" see the ZFS and not the iscsi targed, I can't use multipath.
I had in mind to synchronize both ZFS systems with zfs-sync, that would be a failover already. The question now is, how can I automate the failover in proxmox, so that if one storage server fails the other one takes over automatically?
Thanks and greetings
AlteSocke
I currently have a 3 node (worker) and 1 storage setup.
The storage server is a Debian which is connected to the three workers via ZFS over iscsi.
Currently I have about 30 virtual systems running on the proxmox cluster.
The setup is working fine.
Now I want to connect a second storage server so that it can be updated and rebooted without having to set a longer downtime for all VMs. This would then also have to be connected via ZFS over iscsi. But since the workers "only" see the ZFS and not the iscsi targed, I can't use multipath.
Code:
:~# ls -l /dev/disk/by-path/
total 0
lrwxrwxrwx 1 root root 9 Aug 26 10:46 pci-0000:00:1f.2-ata-6 -> ../../sr0
lrwxrwx 1 root root 9 Aug 26 10:46 pci-0000:00:1f.2-ata-6.0 -> ../../sr0
lrwxrwx 1 root root 9 Aug 26 10:46 pci-0000:03:00.0-scsi-0:1:0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 26 10:46 pci-0000:03:00.0-scsi-0:1:0:0-part1 -> ../../sda1
lrwxrwx 1 root root 10 Aug 26 10:46 pci-0000:03:00.0-scsi-0:1:0:0-part2 -> ../../sda2
lrwxrwx 1 root root 10 Sep 13 14:41 pci-0000:03:00.0-scsi-0:1:0:0-part3 -> ../../sda3
I had in mind to synchronize both ZFS systems with zfs-sync, that would be a failover already. The question now is, how can I automate the failover in proxmox, so that if one storage server fails the other one takes over automatically?
Thanks and greetings
AlteSocke