Right now the debug trace decorator is logging the decorator method from
the FCZM helper and not the actual driver methods its supposed to be.
Change-Id: If658393e5e9d1b3e068fc7a200998e8033ada48f
Closes-Bug: #
1494459
ports = self._array.list_ports()
return [port["wwn"] for port in ports if port["wwn"]]
- @log_debug_trace
@fczm_utils.AddFCZone
+ @log_debug_trace
def initialize_connection(self, volume, connector, initiator_data=None):
"""Allow connection to connector and return connection info."""
return init_targ_map
- @log_debug_trace
@fczm_utils.RemoveFCZone
+ @log_debug_trace
def terminate_connection(self, volume, connector, **kwargs):
"""Terminate connection."""
no_more_connections = self._disconnect(volume, connector, **kwargs)