[PATCH 5/6] Don't pass an intf arg to ISCSI.stabilize. (#920041)

David Lehman dlehman at redhat.com
Mon Mar 11 17:40:51 UTC 2013


---
 blivet/iscsi.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/iscsi.py b/blivet/iscsi.py
index 1d34407..de3538f 100644
--- a/blivet/iscsi.py
+++ b/blivet/iscsi.py
@@ -382,7 +382,7 @@ class iscsi(object):
         if logged_in == 0:
             raise IOError, _("Could not log in to any of the discovered nodes")
 
-        self.stabilize(intf)
+        self.stabilize()
 
     def write(self, storage):
         if not self.initiatorSet:
-- 
1.8.1.4



More information about the anaconda-patches mailing list