The cinder.zonemanager.drivers.driver_utils Module

get_friendly_zone_name(zoning_policy, initiator, target, host_name, storage_system, zone_name_prefix, supported_chars)

Utility function implementation of _get_friendly_zone_name.

Get friendly zone name is used to form the zone name based on the details provided by the caller

:param zoning_policy - determines the zoning policy is either initiator-target or initiator :param initiator - initiator WWN :param target - target WWN :param host_name - Host name returned from Volume Driver :param storage_system - Storage name returned from Volume Driver :param zone_name_prefix - user defined zone prefix configured in cinder.conf :param supported_chars - Supported character set of FC switch vendor. Example: ‘abc123_-$’. These are defined in the FC zone drivers.

Previous topic

The cinder.zonemanager.drivers.cisco.fc_zone_constants Module

Next topic

The cinder.zonemanager.drivers.fc_zone_driver Module

Project Source

This Page