I was thinking maybe about trying a Proxmox cluster across 6 nodes, and using containers for the Jellyfin media streaming stack here:
For storage, I have two 4tb drives, and I’d like to have them separated across two different nodes, but mirrored and preferably auto fail-over.
Thoughts? Ideas?
Create a single drive zpool with each disk with the same pool name. Then add them in proxmox datacenter->storage -> add zfs and choose the pool you created and select the nodes with those disks.
Then you can proceed to setup HA and replication.