[master&rhel6-branch] Temporary fix for race between scsi delete and zfcp unit_remove (#589278)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux