Skip to content

Commit

Permalink
Revert "Remove support for the MD linear RAID level"
Browse files Browse the repository at this point in the history
This reverts commit a21c4fa.

The removal of the kernel module was reverted and apparently a lot
of people use it.
  • Loading branch information
vojtechtrefny committed Jan 30, 2025
1 parent eca4e60 commit dcd291d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blivet/devicelibs/mdraid.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ def is_raid_level(cls, level):
hasattr(level, 'get_size')


raid_levels = MDRaidLevels(["raid0", "raid1", "raid4", "raid5", "raid6", "raid10"])
raid_levels = MDRaidLevels(["raid0", "raid1", "raid4", "raid5", "raid6", "raid10", "linear"])

EXTERNAL_DEPENDENCIES = [availability.BLOCKDEV_MDRAID_PLUGIN]

0 comments on commit dcd291d

Please sign in to comment.