this post was submitted on 04 Apr 2024
9 points (90.9% liked)

Self Hosted - Self-hosting your services.

14639 readers
2 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] krolden@lemmy.ml 3 points 1 year ago* (last edited 1 year ago)

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.