ZFS: AnyRaid(xda-developers.com) |
ZFS: AnyRaid(xda-developers.com) |
I did this as an experiment, using larger partitions of 1TB. It worked well as such, but the key issue is scrubs and rebuilds.
ZFS doesn't check which device the partitions are on, and treats them as independent. Thus during a scrub or rebuild it will issue at least one IO per partition. ZFS tries to issue sequential IOs for speed, but due to the above the drive sees a bunch of random IOs, and the scrub/rebuild speed drops like a rock.
Curious how they will address this, I presume with a layer inbetween.