> diff --git a/storage/devicetree.py b/storage/devicetree.py > index 4356ca5..1b90132 100644 > --- a/storage/devicetree.py > +++ b/storage/devicetree.py > @@ -886,6 +886,7 @@ class DeviceTree(object): > if udev_device_is_disk(info) and \ > not udev_device_is_md(info) and \ > not udev_device_is_dm(info) and \ > + not udev_device_is_biosraid(info) and \ > not udev_device_is_multipath_member(info): > if self.exclusiveDisks and name not in self.exclusiveDisks: > self.addIgnoredDisk(name) This is fine, provided that we make sure the rest of anaconda only ever handles biosraid things as the aggregate device, and doesn't do anything with the individual members. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list