Since addUdevPartitionDevice now checks that the disk the partition lives on has a disklabel format (which the member disks do not have), there is no reason to call isIgnored again, esp as isIgnored no longer does any partition -> disk checking. --- storage/devicetree.py | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/storage/devicetree.py b/storage/devicetree.py index 106810d..514e37b 100644 --- a/storage/devicetree.py +++ b/storage/devicetree.py @@ -1077,14 +1077,6 @@ class DeviceTree(object): log.error("failure scanning device %s" % disk_name) return - # Now that we've the disk, check if this partition should be - # ignored again. This catches cases when we scan the partition - # before the disk and we have for example a disk which is part of - # a BIOS raid set (and thus we should ignore the raw partitions) - if self.isIgnored(info): - log.debug("ignoring %s (%s)" % (name, sysfs_path)) - return - # Check that the disk has partitions. If it does not, we must have # reinitialized the disklabel. # -- 1.6.5.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list