Related: rhbz#726306 --- pyanaconda/storage/devicetree.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pyanaconda/storage/devicetree.py b/pyanaconda/storage/devicetree.py index 5ecdc63..92bd261 100644 --- a/pyanaconda/storage/devicetree.py +++ b/pyanaconda/storage/devicetree.py @@ -856,7 +856,8 @@ class DeviceTree(object): % (parentName, container_sysfs)) return - container = self.addUdevDevice(container_info) + self.addUdevDevice(container_info) + container = self.getDeviceByName(parentName) if not container: log.error("failed to scan md container %s" % parentName) return -- 1.7.3.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list