IRAID: improved RAIDZ

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

gigatexal

I'm here to learn
Nov 25, 2012
2,913
607
113
Portland, Oregon
alexandarnarayan.com
IRAID - OpenZFS

ZFS is a feature-rich, transactional copy-on-write filesystem which provides integrated functionalities of a traditional filesystem and a logical volume manager with RAID implemented in the software. It deploys a dynamic stripe model for RAID which eliminates the read-modify-write induced I/O scaling bottleneck inherent to fixed-stripe RAID models. However, it has a poor space efficiency and / or causes I/O inflation especially for small sized I/Os. The integrated model provides infrastructure to minimize the net data to re-silver. Nevertheless, the logical time ordered tree walk for re-silvering may generate highly random I/O, hence, the time to finish the re-silvering may be disproportionately high. Additionally, the copy-on-write mechanism itself may cause inherent space fragmentation which creates very high variance in the latency. An intelligent dynamic stripe RAID (iRAID) scheme is presented which addresses the space & I/O inflation issue in small block size I/Os, scales the re-silvering process to utilize device bandwidth limits, and, reasonably alleviates the fragmentation problem. Not only it addresses some of the fundamental long term issues of ZFS, it also prepares the architecture to be able to exploit performance from newer higher performance storage media like NVMe.
This is to be presented at the openZFS developer conference this year by Shailendra Tripathi
 

SlickNetAaron

Member
Apr 30, 2016
50
13
8
43
Sounds awesome! Could breath new life into ZFS. Do we know if it’s just theory or in the works or an ETA or anything?