Seems like patch porting issue. --- storage/devicetree.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/devicetree.py b/storage/devicetree.py index a856f72..a077e93 100644 --- a/storage/devicetree.py +++ b/storage/devicetree.py @@ -940,8 +940,8 @@ class DeviceTree(object): # udev/sysfs, we have to define what is a disk in terms of what is # not a disk. if udev_device_is_disk(info) and \ - not udev_device_is_dmraid_partition(info) and \ - not udev_device_is_multipath_partition(info) and \ + not udev_device_is_dmraid_partition(info, self) and \ + not udev_device_is_multipath_partition(info, self) and \ not udev_device_is_dm_lvm(info) and \ not udev_device_is_dm_crypt(info) and \ not (udev_device_is_md(info) and -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list