Skip to content

Commit

Permalink
Revert "Remove 'linear' from list of expected MD RAID levels"
Browse files Browse the repository at this point in the history
This reverts commit 7ff5cd2.

Cherry-picked from: e708143

See also: rhinstaller#6122
  • Loading branch information
vojtechtrefny authored and KKoukiou committed Feb 7, 2025
1 parent e65979d commit 1a5e762
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def test_get_default_file_system(self):
def test_get_supported_raid_levels(self):
"""Test GetSupportedRaidLevels."""
assert self.interface.GetSupportedRaidLevels(DEVICE_TYPE_MD) == \
['raid0', 'raid1', 'raid10', 'raid4', 'raid5', 'raid6']
['linear', 'raid0', 'raid1', 'raid10', 'raid4', 'raid5', 'raid6']

@patch('pyanaconda.modules.storage.partitioning.interactive.utils.get_format')
@patch('pyanaconda.modules.storage.partitioning.interactive.utils.platform', new_callable=EFI)
Expand Down

0 comments on commit 1a5e762

Please sign in to comment.