Bases: cinder.zonemanager.fc_san_lookup_service.FCSanLookupService
The SAN lookup service that talks to Cisco switches.
Configuration specific to SAN context values.
Provides the initiator/target map for available SAN contexts.
Looks up fcns database of each fc SAN configured to find logged in devices and returns a map of initiator and target port WWNs for each fabric.
Parameters: |
|
---|---|
Returns: | List – device wwn map in following format |
{
<San name>: {
'initiator_port_wwn_list':
('200000051e55a100', '200000051e55a121'..)
'target_port_wwn_list':
('100000051e55a100', '100000051e55a121'..)
}
}
Raises: | Exception when connection to fabric is failed |
---|
Get fcns database info from fabric.
This method will return the connected node port wwn list(local and remote) for the given switch fabric