-
xS1m0n_Heya, I am using ZFS over iSCSI on Proxmox. I have a box with lots of disks on OmniOS, using iSCSI to publish each VMs disk (ZVol) as a LUN that proxmox uses. To make this setup somewhat redundant, I use zrepl to periodically replicate all data to a second OmniOS box. In order to achieve a somewhat "easy" failover, the second OmniOS box should have an identical iSCSI configuration. I can manually
-
xS1m0n_create LUNs on box2, but if I create a new VM on Proxmox I need to remeber to manually add the LUN on box2 again. Therefore, I'd like to copy the config from box1 to box2 periodically. Unfortunately I cannot find a configuration file that i could rsync. Is my idea possible? Thanks!