On Thu, 2010-01-21 at 21:32 +0100, Hans de Goede wrote: > Remove special partition handling from isIgnored, addUdevPartitionDevice > does all the necessary checking itself now a days. > --- > storage/devicetree.py | 16 ---------------- > 1 files changed, 0 insertions(+), 16 deletions(-) > > diff --git a/storage/devicetree.py b/storage/devicetree.py > index eca5768..106810d 100644 > --- a/storage/devicetree.py > +++ b/storage/devicetree.py > @@ -911,22 +911,6 @@ class DeviceTree(object): > self.addIgnoredDisk(name) > return True > > - for ignored in self._ignoredDisks: > - if ignored == os.path.basename(os.path.dirname(sysfs_path)): > - # this is a partition on a disk in the ignore list > - lvm.lvm_cc_addFilterRejectRegexp(name) > - return True We may still need this to support good old-fashioned ignoredisks. > - > - # Ignore partitions found on the raw disks which are part of a > - # biosraidset > - sets = self.getDevicesByType("dm-raid array") > - sets.extend(self.getDevicesByType("mdcontainer")) > - for set in sets: > - for disk in set.parents: > - if disk.name == os.path.basename(os.path.dirname(sysfs_path)): > - lvm.lvm_cc_addFilterRejectRegexp(name) > - return True Happy to see this go. > - > # Ignore loop and ram devices, we normally already skip these in > # udev.py: enumerate_block_devices(), but we can still end up trying > # to add them to the tree when they are slaves of other devices, this _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list