Exemplo n.º 1
0
    def reload_module(self):
        """Reload the zfcp module."""
        log.debug("Start up the zFCP module.")

        # FIXME: Move the check to blivet.
        if not self.is_supported():
            return

        zfcp.startup()
Exemplo n.º 2
0
    def _reload_modules(self):
        """Reload the additional modules."""
        if conf.target.is_image:
            return

        iscsi.startup()
        fcoe.startup()

        if arch.is_s390():
            zfcp.startup()
Exemplo n.º 3
0
    def _reload_modules(self):
        """Reload the additional modules."""
        if conf.target.is_image:
            return

        iscsi.startup()
        fcoe.startup()

        if arch.is_s390():
            zfcp.startup()
Exemplo n.º 4
0
 def reload_module(self):
     """Reload the zfcp module."""
     log.debug("Start up the zFCP module.")
     zfcp.startup()
Exemplo n.º 5
0
 def reload_module(self):
     """Reload the zfcp module."""
     log.debug("Start up the zFCP module.")
     zfcp.startup()