--- storage/devicetree.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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) -- 1.6.5.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list