This is going to be replaced with a final fix, but until then this temp fix enables installation to zfcp luns and testing of all code paths beyond the activation of such luns including fcp multipath. --- pyanaconda/storage/zfcp.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pyanaconda/storage/zfcp.py b/pyanaconda/storage/zfcp.py index 3c315e8..53a02d8 100644 --- a/pyanaconda/storage/zfcp.py +++ b/pyanaconda/storage/zfcp.py @@ -240,6 +240,8 @@ class ZFCPDevice: and fcpwwpnsysfs == self.wwpn \ and fcplunsysfs == self.fcplun: loggedWriteLineToFile(scsidel, "1") + import time + time.sleep(1) udev_settle() return -- 1.7.0.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list