Skip to content

Commit d631420

Browse files
Merge pull request #1236 from vojtechtrefny/3.10-devel_md-linear-remove
Remove support for the MD linear RAID level
2 parents 0c7d00e + a21c4fa commit d631420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blivet/devicelibs/mdraid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ def is_raid_level(cls, level):
4545
hasattr(level, 'get_size')
4646

4747

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

5050
EXTERNAL_DEPENDENCIES = [availability.BLOCKDEV_MDRAID_PLUGIN]

0 commit comments

Comments
 (0)