fix mismerge prevented RAID devices from being part of further RAIDs or LVM vgs

https://bugs.launchpad.net/subiquity/+bug/1782635
This commit is contained in:
Michael Hudson-Doyle 2018-07-23 10:42:12 +12:00
parent 7a86603539
commit 90c6d0abab
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ class Raid(_Device):
def ok_for_raid(self):
if self._fs is not None:
return False
return True
ok_for_lvm_vg = ok_for_raid