←back to thread

672 points LexSiga | 1 comments | | HN request time: 0.001s | 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 #
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 #
1. znpy ◴[] No.45668017{3}[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.