Live data from Hacker News

MinIO is now in maintenance-mode

github.com

31–40 of 338 posts

Re: MinIO is now in maintenance-mode

#31
post #6

Any good alternatives?

A lot of them actually. Ceph personally I've used. But there's a ton, some open source, some paid. Backblaze has a product Buckets or something. Dell powerscale. Cloudian has one. Nutanix has one.

I've been looking at microceph, but the requirement to run 3 OSDs on loopback files plus this comment from the docs gives me pause:

`Be wary that an OSD, whether based on a physical device or a file, is resource intensive.`

Can anyone quantify "resource intensive" here? Is it "takes an entire Raspberry Pi to run the minimum set" or is it "takes 4 cores per OSD"?

Edit: This is the specific doc page https://canonical-microceph.readthedocs-hosted.com/stable/ho...

Re: MinIO is now in maintenance-mode

#32
post #9

I thought they were pivoting towards close it and trying to monetize this? That got backlash so now it’s just getting dropped entirely? People get to do whatever they want but bit jarring to go from this is worth something people will pay for to maintenance mode in quick succession

They cite a proprietary alternative they offer for enterprises. So yes they pivoted to a monetized offering and are just dropping the open source one.

So they’re pulling an OpenAI.

Start open source to use free advertising and community programmer, and then dumps it all for commercial licensing.

I think n8n is next because they finished the release candidate for version 2.0, but there are no changelogs.

Re: MinIO is now in maintenance-mode

#34

Does anyone have any recommendations for a simple S3-wrapper to a standard dir? I've got a few apps/services that can send data to S3 (or S3 compatible services) that I want to point to a local server I have, but they don't support SFTP or any of the more "primitive" solutions. I did use a python local-s3 thing, but it was... not good.

You could perhaps checkout https://garagehq.deuxfleurs.fr/

I've done some preliminary testing with garage and I was pleasantly surprised. It worked as expected and didn't run into any gotchas.

Re: MinIO is now in maintenance-mode

#35
post #6

Any good alternatives?

A lot of them actually. Ceph personally I've used. But there's a ton, some open source, some paid. Backblaze has a product Buckets or something. Dell powerscale. Cloudian has one. Nutanix has one.

Ceph is awesome for software defined storage where you have multiple storage nodes and multiple storage devices on each. It's way too heavy and resource intensive for a single machine with loopback devices.

Re: MinIO is now in maintenance-mode

#37
post #23

Earlier quoted context omitted.

I'm both shocked and not surprised. Lots of questions: Are they doing that bad from the outcry? Or are they just keeping a private version and going completely commercial only? If so, how do they bypass the AGPL in doing so, I assume they had contributions under the AGPL.

"For enterprise support and actively maintained versions, please see MinIO AIStor." Commercial only, they will replace the agpl contributions from external people. (Or at least they will say that)

I don't understand. They've seen the contributions. How can they possibly do a clean-room implementation to avoid copyright infringement? (Let alone how tangled up in the history of the codebase they must be...)

Re: MinIO is now in maintenance-mode

#39

Earlier quoted context omitted.

A lot of them actually. Ceph personally I've used. But there's a ton, some open source, some paid. Backblaze has a product Buckets or something. Dell powerscale. Cloudian has one. Nutanix has one.

I've been looking at microceph, but the requirement to run 3 OSDs on loopback files plus this comment from the docs gives me pause: `Be wary that an OSD, whether based on a physical device or a file, is resource intensive.` Can anyone quantify "resource intensive" here? Is it "takes an entire Raspberry Pi to run the minimum set" or is it "takes 4 cores per OSD"? Edit: This is the specific doc page https://canonical-m…

Ceph has multiple daemons that would need to be running: monitor, manager, OSD (1 per storage device), and RADOS Gateway (RGW). If you only had a single storage device it would still be 4 daemons.
Post reply on HN