💾 Archived View for bbs.geminispace.org › s › self-hosted › 19763 captured on 2024-12-17 at 15:04:32. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
I host a few services that need file storage: Gitea, PeerTube, Dovecot. Now I want to scale them. Not because it's really needed, just out of curiosity. What is right solution for distributed storage? I see a lot of them, for example: CephFS, GlusterFS, Tahoe-LAFS. Which one is the best for my needs? It must be performant, so I think that FS over object storage is not very suitable because of difficulties with parallel access, maybe, IDK.
https://en.wikipedia.org/wiki/Clustered_file_system#Distributed_file_systems
Sep 20 · 3 months ago
😺 kotovalexarian [OP] · Sep 24 at 11:57:
Here's a discussion on scaling Gitea. Looks like it's possible.