←back to thread

672 points LexSiga | 2 comments | | HN request time: 0.002s | 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. dpedu ◴[] No.45669951{3}[source]
Minio used to be able to do this, but they dropped this feature - "gateway mode" - several years ago.
replies(1): >>45679269 #
2. 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.