Skip to content

Commit

Permalink
Merge pull request storaged-project#1236 from vojtechtrefny/3.10-deve…
Browse files Browse the repository at this point in the history
…l_md-linear-remove

Remove support for the MD linear RAID level
  • Loading branch information
vojtechtrefny authored May 30, 2024
2 parents 0c7d00e + a21c4fa commit d631420
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", "linear"])
raid_levels = MDRaidLevels(["raid0", "raid1", "raid4", "raid5", "raid6", "raid10"])

EXTERNAL_DEPENDENCIES = [availability.BLOCKDEV_MDRAID_PLUGIN]

0 comments on commit d631420

Please sign in to comment.