Core fibre channel zone manager driver interface.
All fczm drivers should support this interface as a bare minimum.
Bases: cinder.interface.base.CinderInterface
FCZM driver required interface.
Add a new initiator<>target connection.
All implementing drivers should provide concrete implementation for this API.
Parameters: |
|
---|
Example initiator_target_map:
{
'10008c7cff523b01': ['20240002ac000a50', '20240002ac000a40']
}
Note that WWPN can be in lower or upper case and can be ‘:’ separated strings.
Delete an initiator<>target connection.
Parameters: |
|
---|
Example initiator_target_map:
{
'10008c7cff523b01': ['20240002ac000a50', '20240002ac000a40']
}
Note that WWPN can be in lower or upper case and can be ‘:’ separated strings.
Get SAN context for end devices.
Parameters: | target_wwn_list – Mapping of initiator to list of targets |
---|
Example initiator_target_map: [‘20240002ac000a50’, ‘20240002ac000a40’] Note that WWPN can be in lower or upper case and can be ‘:’ separated strings.