The NetApp iSCSI direct driver for clustered Data ONTAP is a driver interface from OpenStack to clustered Data ONTAP storage systems for provisioning and managing the SAN block storage entity, that is, NetApp LUN using iSCSI protocol.
The NetApp iSCSI direct driver for clustered Data ONTAP does not require additional management software to achieve the desired functionality. It uses NetApp APIs to interact with the clustered Data ONTAP.
Set the volume driver to the clustered Data ONTAP direct
driver by setting the volume_driver
option in cinder.conf as follows:
volume_driver=cinder.volume.drivers.netapp.iscsi.NetAppDirectCmodeISCSIDriver
| Flag name | Type | Default | Description |
|
Mandatory |
The cluster management IP address for the clustered Data ONTAP. |
|
|
Mandatory |
The clustered Data ONTAP port to use for communication. As a custom 80 is used for http and 443 is used for https communication. The default ports can be changed if other ports are used for ONTAPI on clustered Data ONTAP. |
|
|
Mandatory |
Login user name for clustered Data ONTAP management. |
|
|
Mandatory |
Login password for clustered Data ONTAP management. |
|
|
Optional |
http |
Transport protocol for communicating with clustered Data ONTAP. Supported protocols include http and https. |
|
Optional |
1.2 |
The quantity to be multiplied to the requested OpenStack volume size which then is used to make sure that the final size is available on clustered Data ONTAP Vserver before creating OpenStack volume on the same. |
|
Optional |
openstack |
The Vserver on the cluster on which provisioning of OpenStack volumes will be done. |
Refer to OpenStack NetApp community for detailed information.

