The NetApp NFS driver for clustered Data ONTAP is a driver interface from OpenStack to clustered Data ONTAP systems for provisioning and managing OpenStack volumes on NFS exports provided by the clustered Data ONTAP system.
The NetApp NFS driver for clustered Data ONTAP requires additional NetApp management software namely OnCommand, WFA and NetApp Cloud Web Service application to be installed and configured for using clustered Data ONTAP systems before configuring clustered Data ONTAP NFS driver on OpenStack.
Set the volume driver to the clustered Data ONTAP NFS
driver by setting the volume_driver
option in cinder.conf
as follows:
volume_driver=cinder.volume.drivers.netapp.nfs.NetAppCmodeNfsDriver
| Flag name | Type | Default | Description |
|
Mandatory |
WSDL URL for NetApp Cloud Web Service serving as management software. NetApp Cloud Web Service is an intermediate service used for propagating requests from the OpenStack driver to different NetApp softwares installed in the environment and the ONTAP cluster systems. |
|
|
Mandatory |
The host name/IP address of NetApp Cloud Web Service installation. |
|
|
Mandatory |
The port on which NetApp Cloud Web Service listens. |
|
|
Mandatory |
Login user name for NetApp Cloud Web Service installation. |
|
|
Mandatory |
Login password for NetApp Cloud Web Service installation. |
Refer to OpenStack NetApp community for detailed information.

