Matthew Ahrens
Matthew Ahrens
And again on the [June video call](https://youtu.be/nVYeW48SxWk?t=1233)
@dsnet > Where can I find more information on this "Object Storage feature"? All the available information is in the issue, and in the [development branch](https://github.com/delphix/zfs/tree/projects/object-agent-connector). > How do you...
@dch > We have a lot of backup zpools Object-based pools could be a good fit for this workload. > I'm not sure how comfortable I'd be using these across...
@infogulch We aren't quite ready to share the code yet. For now, the best place to learn more would be from the talks that we gave at the OpenZFS Developer...
@ShadowJonathan We aren't planning to support that use case (although you could have separate pools locally and on S3, and use send/recv to copy the data to the cloud). But...
@ahti Storing an "object store" pool on other protocols is a neat idea. We're using Minio for testing, but adding a backend of one file per object as a replacement...
@cornim I think that math is right - that's one of the worst cases (you'd be better off starting with mirrors than a 4-wide RAIDZ2; and if you're doubling your...
@stuartthebruce Good point. This is mentioned in the commit message and PR writeup: > When the expansion completes, the additional space is avalable for use ~But I'll add it to...
@felisucoibi I'm not sure I totally understand your question, but here's an example that may be related to yours: If you start with a 10-wide RAIDZ1 vdev, and then do...
@louwrentius @teambvd @yorickdowne @mufunyo I think y'all are getting at a few different questions: 1. What would be involved in re-allocating the existing blocks such that they use less space?...