New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
How many of you use minio and how do you use it?
Just what it says on the title -- how many of you use minio, and if so do you use the simple filesystem mode, or the fancier erasure coded/distributed mode?
For those not in the know, it's basically a self hosted version of S3. The reason I ask is that their filesystem mode does some atrocious things that make it unsuitable to use on a storage VPS, but there aren't any good alternatives either outside of using a competing service.
.
- How many of you use minio?18 votes
- I use minio in filesystem mode33.33%
- I use minio in distributed mode  0.00%
- idgaf about minio66.67%
Comments
So I've used Minio in filesystem mode but it's only for our own development and testing purposes. At the end of the day, it just makes sense for us to use managed solutions like Amazon S3 or Backblaze B2.
However, in our testing we haven't had to deal with the atrocious things that you mentioned. So a bit more detail regarding that would be appreciated. Although to note, last time we used it in-depth was like 2-3 years ago so maybe I'm a bit outdated.
The problem is with how filesystem mode is designed:
A more efficient approach would have been to use a database and use that to serve paginated object lists. Similarly, it could use the same database to hold the list of multipart uploads and link them logically without merging files, saving the storage VPS somewhat.
The organization of objects on the local system would not be recoverable without making requests to minio, but it's not something I care about.
What does it do? I have been using it for a long time for backups on my Kimsufi servers without any issues.
If you want alternatives, you can install ceph or seaweedfs