Skip to content

Implementation of a JBOD (just a bunch of disks) plugin

Fred Suter requested to merge jbod into master

A JBOD inherits from a Host and can be created with num_disks under a given raid_level (RAID0, RAID1, RAID4, RAID5, and RAID6). Reading from and writing to a JBOD will result in a JbodIo that transfer data to/from the current host to the JBOD, create parity disk(s) contents depending on the RAID level, distributes individual I/O operations among the different disks.

Merge request reports