That would be nice and that’s why we first tried MinIO.
But with MinIO and erasure coding a single PUT results in more IOPS and we saw lower performance.
Also, expanding MinIO must be done in increments of your original buildout which is annoying. So if you start with 4 servers and 500TB, they recommend you expand by adding another 4 servers with 500TB at least.
I could be wrong here, but I believe this (ceph, et al) is the answer to the question:
> """But what if I don't have a JBOD of 6x18TB hard drives with good amount of ECC RAM for ZFS?
What if I have 3 raspberry pi 4's, at different houses with 3x 12TB externals on them, and 2 other computers with 2x 4TB externals on them, and I want to use that all together with some redundancy/error checking?"
That would give (3x3x12)+(2x2x4)=124 TB of storage, vs 108TB in the ZFS single box case (of raw storage).
If you could figure out the distributed part (and inconsistency in disk size and such), then this is a very nice system to have.
Setup is a little obscure, but the developer is responsive on Slack and GH.
We are only a couple months in and haven’t had to add to our cluster yet, storing about 250TB, so it’s still early for us. Promising so far and hardware has already paid for itself.
Scaevolus|2 years ago
4by4by4|2 years ago
But with MinIO and erasure coding a single PUT results in more IOPS and we saw lower performance.
Also, expanding MinIO must be done in increments of your original buildout which is annoying. So if you start with 4 servers and 500TB, they recommend you expand by adding another 4 servers with 500TB at least.
bomewish|2 years ago
chaxor|2 years ago
If you could figure out the distributed part (and inconsistency in disk size and such), then this is a very nice system to have.
chillfox|2 years ago
I use ZFS for most of my things, but I have yet to find a good way of just sharing a ZFS dataset over S3.
4by4by4|2 years ago
riku_iki|2 years ago
erikaww|2 years ago
Drop in S3 compatibility with much better performance would be insane
4by4by4|2 years ago
We are only a couple months in and haven’t had to add to our cluster yet, storing about 250TB, so it’s still early for us. Promising so far and hardware has already paid for itself.
_zoltan_|2 years ago