Core fibre channel zone manager driver interface.
All fczm drivers should support this interface as a bare minimum.
Bases: CinderInterface
FCZM driver required interface.
Add a new initiator<>target connection.
All implementing drivers should provide concrete implementation for this API.
fabric – Fabric name from cinder.conf file
initiator_target_map – Mapping of initiator to list of targets
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.
fabric – Fabric name from cinder.conf file
initiator_target_map – Mapping of initiator to list of targets
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.
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.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.