Do not call self.zfcp.shutdown() from Storage.shutdown(). If we do that, zfcp luns are unnecessarily removed right being brought back online. --- storage/__init__.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/storage/__init__.py b/storage/__init__.py index d317169..464eebf 100644 --- a/storage/__init__.py +++ b/storage/__init__.py @@ -342,8 +342,6 @@ class Storage(object): except Exception as e: log.error("failure tearing down device tree: %s" % e) - self.zfcp.shutdown() - # TODO: iscsi.shutdown() def reset(self): -- 1.7.3.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list