--- partedUtils.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/partedUtils.py b/partedUtils.py index 147c2f8..cf663c3 100644 --- a/partedUtils.py +++ b/partedUtils.py @@ -696,6 +696,7 @@ class DiskSet: testList.append(disk) driveList = filter(lambda x: x not in testList, self.driveList()) + driveList = filter(lambda x: x in DiskSet.exclusiveDisks, driveList) DiskSet.mdList.extend(raid.startAllRaid(driveList)) def stopMdRaid(self): -- 1.7.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list