Atom feed of this document
 
 cinder.conf configuration file

Make the following changes in /etc/cinder/cinder.conf.

For VMAX, add the following entries, where 10.10.61.45 is the IP address of the VMAX iscsi target:

iscsi_target_prefix = iqn.1992-04.com.emc
iscsi_ip_address = 10.10.61.45
volume_driver = cinder.volume.drivers.emc.emc_smis_iscsi.EMCSMISISCSIDriver
cinder_emc_config_file = /etc/cinder/cinder_emc_config.xml

For VNX, add the following entries, where 10.10.61.35 is the IP address of the VNX iscsi target:

iscsi_target_prefix = iqn.2001-07.com.vnx
iscsi_ip_address = 10.10.61.35
volume_driver = cinder.volume.drivers.emc.emc_smis_iscsi.EMCSMISISCSIDriver
cinder_emc_config_file = /etc/cinder/cinder_emc_config.xml

Restart the cinder-volume service.

Log a bug against this page


loading table of contents...