the fix is consistent with iscsi.startup() and fcoe.startup(). --- storage/zfcp.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/zfcp.py b/storage/zfcp.py index ddbeab9..829a282 100644 --- a/storage/zfcp.py +++ b/storage/zfcp.py @@ -393,7 +393,7 @@ class ZFCP: except ValueError, e: log.warn(str(e)) - def startup(self, intf): + def startup(self, intf=None): self.intf = intf if not self.down: return -- 1.7.0.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list