←back to thread

672 points LexSiga | 4 comments | | HN request time: 0.649s | source
Show context
weinzierl ◴[] No.45666465[source]
Not a full replacement but there is Garage, which was quite well received in other HN threads.

https://git.deuxfleurs.fr/Deuxfleurs/garage

replies(4): >>45666564 #>>45666674 #>>45666741 #>>45666940 #
znpy ◴[] No.45666741[source]
Afaik Ceph has its own object-storage functionality as well, which seems to be S3-compatible: https://docs.ceph.com/en/latest/radosgw/#object-gateway
replies(2): >>45666944 #>>45667241 #
1. a10c ◴[] No.45667241[source]
I believe you're forced to have your data backed by a Ceph OSD. Whereas Minio can point to an NFS share on a NAS.
replies(2): >>45668017 #>>45669951 #
2. znpy ◴[] No.45668017[source]
> I believe you're forced to have your data backed by a Ceph OSD.

It makes perfect sense as this is a feature of Ceph.

> Whereas Minio can point to an NFS share on a NAS.

Eh, different trade-offs.

3. dpedu ◴[] No.45669951[source]
Minio used to be able to do this, but they dropped this feature - "gateway mode" - several years ago.
replies(1): >>45679269 #
4. a10c ◴[] No.45679269[source]
Minio doesn't need to have first-class support for NFS. You can quite easily point an NFS share mounted as a directory in the Minio container.