Comment on Homelab upgrade - "Modern" alternatives to NFS, SSHFS?
catloaf@lemm.ee 1 week agoProxmox supports ceph natively, and you can mount it from a workstation too, I think. I assume it operates in a shared mode, unlike iscsi.
If the apps are running on a VM in proxmox, then the underlying storage doesn’t matter to them.
NFS is probably the most mature option, but I don’t know if proxmox officially supports it.
MajorSauce@sh.itjust.works 1 week ago
Proxmox does support NFS
Image
But let’s say that I would like to decommission my TrueNAS and thus having the storage exclusively on the 3-node server, how would I interlay Proxmox+Storage?
(Much appreciated btw)
catloaf@lemm.ee 1 week ago
I think the best option for distributed storage is ceph.
Appoxo@lemmy.dbzer0.com 1 week ago
At least something that’s distributed and fail safe (assuming OP targets this goal).
And if proxmox doesnt support it natively, someone could probably still config it local on the underlying debian OS.