Skip to content

Commit

Permalink
Remove support for the MD linear RAID level
Browse files Browse the repository at this point in the history
The md-linear kernel module is deprecated and will be removed in
the future.
  • Loading branch information
vojtechtrefny committed May 23, 2024
1 parent d1fcf79 commit a21c4fa
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 a21c4fa

Please sign in to comment.