Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lvm-driver): enable RAID support #259

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Nov 4, 2023

  1. feat(lvm-driver): enable RAID support

    Add support for LVM2 RAID types and parameters, with sane defaults
    for backwards compatibility. lvm-driver now assumes that a non-
    specified RAID type corresponds to the previous default of linear
    RAID, where data is packed onto disk until it runs out of space,
    continuing to the next as necessary.
    
    Tests have been added to cover the main supported RAID types (e.g.
    raid0, raid1, raid5, raid6, and raid10), but technically any valid
    LVM RAID type should work as well.
    
    Fixes openebs#164
    
    Signed-off-by: Nicholas Cioli <[email protected]>
    nicholascioli committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    32dec67 View commit details
    Browse the repository at this point in the history