Anyone tried Minio as object storage over gluster? It mostly a one-liner: docs.minio.io/docs/minio-quickstart-guide something like: ./minio server /mnt/my_gluster_volume Having an Amazon S3 compatible object store could be great in some environments
Yes, I'm testing and developing minio/gluster as a replacement for Riak/Riak-CS. Minio seems pretty simple to operate thus far. Presently. there's an Erasure Code storage backend that is limited to a single Minio instance at this time. docs.minio.io/docs/minio-erasure-code-quickstart-guide Distributed ("multi-instance") EC backend is WIP: github.com/minio/minio/milestone/10 github.com/minio/minio/milestone/11 One issue to be aware of: github.com/minio/minio/issues/2640#issuecomment-245704477 On Tue, Sep 27, 2016 at 6:04 PM, Gandalf Corvotempesta < gandalf.corvotempesta at gmail.com> wrote:> Anyone tried Minio as object storage over gluster? > It mostly a one-liner: > docs.minio.io/docs/minio-quickstart-guide > > something like: > ./minio server /mnt/my_gluster_volume > > Having an Amazon S3 compatible object store could be great in some > environments > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > gluster.org/mailman/listinfo/gluster-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <gluster.org/pipermail/gluster-users/attachments/20160927/368b8e0f/attachment.html>
Hi, I've tried Minio and Scality S3 (both as Docker containers). None of them give me more than 60 MB/sec for one stream. -- Dmitry Glushenok Jet Infosystems> 28 ????. 2016 ?., ? 1:04, Gandalf Corvotempesta <gandalf.corvotempesta at gmail.com> ???????(?): > > Anyone tried Minio as object storage over gluster? > It mostly a one-liner: > docs.minio.io/docs/minio-quickstart-guide > > something like: > ./minio server /mnt/my_gluster_volume > > Having an Amazon S3 compatible object store could be great in some environments > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > gluster.org/mailman/listinfo/gluster-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <gluster.org/pipermail/gluster-users/attachments/20160928/0d653b63/attachment.html>