Running as non-root user prevents mpath topology from being set up since it requires write access to /etc/multipath.conf. --- pyanaconda/storage/devicetree.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pyanaconda/storage/devicetree.py b/pyanaconda/storage/devicetree.py index 1e25dd1..5fcc063 100644 --- a/pyanaconda/storage/devicetree.py +++ b/pyanaconda/storage/devicetree.py @@ -1377,7 +1377,7 @@ class DeviceTree(object): # check the list of devices udev knows about to see if the array # this device belongs to is already active - for dev in self.topology.devices_iter(): + for dev in udev_get_block_devices(): if not udev_device_is_md(dev): continue -- 1.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list