The NetApp iSCSI configuration for 7-Mode Data ONTAP is an interface from OpenStack to 7-Mode storage systems for provisioning and managing the SAN block storage entity, that is, NetApp LUN which can be accessed using iSCSI protocol.
The iSCSI configuration for 7-Mode Data ONTAP is a direct interface from OpenStack to 7-Mode storage system and it does not require additional management software to achieve the desired functionality. It uses NetApp APIs to interact with the 7-Mode storage system.
Set the volume driver, storage family and
storage protocol to NetApp unified driver, 7-Mode
Data ONTAP and iSCSI respectively by setting the
volume_driver
,
netapp_storage_family
and
netapp_storage_protocol
options in cinder.conf
as
follows:
volume_driver=cinder.volume.drivers.netapp.common.NetAppDriver netapp_storage_family=ontap_7mode netapp_storage_protocol=iscsi
See OpenStack NetApp community for detailed information on available configuration options.