The cinder.volume.drivers.hitachi.vsp_horcm_fc Module¶
HORCM interface fibre channel module for Hitachi VSP Driver.
- 
class VSPHORCMFC(conf, storage_protocol, db)¶
- Bases: - cinder.volume.drivers.hitachi.vsp_horcm.VSPHORCM- HORCM interface fibre channel class for Hitachi VSP Driver. - 
connect_storage()¶
- Prepare for using the storage. 
 - 
create_target_to_storage(port, connector, hba_ids)¶
- Create a host group on the specified port. 
 - 
find_targets_from_storage(targets, connector, target_ports)¶
- Find mapped ports, memorize them and return unmapped port count. 
 - 
initialize_connection(*args, **kwargs)¶
 - 
set_hba_ids(port, gid, hba_ids)¶
- Connect all specified HBAs with the specified port. 
 - 
set_target_mode(port, gid)¶
- Configure the host group to meet the environment. 
 - 
terminate_connection(*args, **kwargs)¶
 
-