The NetApp NFS direct driver for clustered Data ONTAP is a driver interface from OpenStack to clustered Data ONTAP system for provisioning and managing OpenStack volumes on NFS exports provided by the clustered Data ONTAP system.
The NetApp NFS direct driver for clustered Data ONTAP does not require any 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 NetApp clustered Data ONTAP
direct driver by setting the volume_driver
option in cinder.conf
as follows:
volume_driver=cinder.volume.drivers.netapp.nfs.NetAppDirectCmodeNfsDriver
| Flag name | Type | Default | Description |
|
Mandatory |
The cluster management IP address for the clustered Data ONTAP. |
|
|
Mandatory |
The clustered Data ONTAP port 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. |
Refer to OpenStack NetApp community for detailed information.

