(no title)
uroni | 2 months ago
The core is stable at this point, but the user/policy management and the web interface is still in the works.
uroni | 2 months ago
The core is stable at this point, but the user/policy management and the web interface is still in the works.
giancarlostoro|2 months ago
mbreese|2 months ago
That said, if there was contributed AGPL code, they couldn't change the license on that part of the code w/o a CLA. AGPL also doesn't necessarily mean you have to make the code publicly available, just available to those that you give the program to (I'm assuming AGPL is like the GPL in this regard).
So, that I'd be curious about it is -- (1) is there any contributed AGPL code in the current version? (2) what license is granted to customers of the enterprise version?
Minio can completely use whatever license they want for their code. But, if there was contributed code w/o a CLA, then I'm not sure how a commercial/enterprise license would play with contriubuted AGPL code. It would be an interesting question to find out.
bityard|2 months ago
(I personally choose not to contribute to projects with CLAs, I don't want my contributions to become closed-source in the future.)
EgoIncarnate|2 months ago
uroni|2 months ago
I do have a separate AGPL project (see github) where I have nearly all of the copyright and have looked into how one would be able to enforce this in the US at some point and it did look pretty bleak -- it is a civil suit where you have to show damages etc. but IANAL.
I did not like the FUD they were spreading about AGPL at the time since it is a good license for end-user applications.
sph|2 months ago
bityard|2 months ago
What is the performance like for reads, writes, and deletes?
And just to play devil's advocate: What would you say to someone who argues that you've essentially reimplemented a filesystem?
uroni|2 months ago
W.r.t. filesystem: Yes, aware of this. Initially used minio and also implemented the use case directly on XFS as well and only had problems at larger scales (that still fit on a machine) with it. Ceph went into a similar direction with BlueStore (reimplementing the filesystem, but with RocksDB).
MrZander|2 months ago
Looks like a great alternative.