The NetApp iSCSI driver for 7-Mode is a driver interface from OpenStack to the NetApp 7-Mode storage controllers for provisioning and managing the SAN block storage entity, that is, NetApp LUN using iSCSI protocol.
The NetApp iSCSI driver for 7-Mode requires additional NetApp management software, namely OnCommand™, installed and configured for using 7-Mode storage controllers before configuring the 7-Mode driver on OpenStack.
Set the volume driver to the NetApp 7-Mode driver by
setting the volume_driver option in
cinder.conf as follows:
volume_driver=cinder.volume.drivers.netapp.iscsi.NetAppISCSIDriver
| Flag name | Type | Default | Description |
|
Mandatory |
WSDL URL for NetApp OnCommand services running on an OnCommand installation. OnCommand is used as intermediate management software between OpenStack and 7-Mode storage systems. |
|
|
Mandatory |
Login user name for OnCommand installation. |
|
|
Mandatory |
Login password for OnCommand installation. |
|
|
Mandatory |
OnCommand server host name/IP address. |
|
|
Optional |
8088 |
OnCommand server port. |
|
Optional |
Storage service to use while provisioning. Storage service is configured on OnCommand. |
|
|
Optional |
Storage service prefix to use on OnCommand if using volume_types. |
|
|
Optional |
The vFiler® unit name if using vFiler to host OpenStack volumes. MultiStore® must be enabled before using vFiler for provisioning. |
![]() | Note |
|---|---|
Make sure that at least one of the flags netapp_storage_service or netapp_storage_service_prefix is specified in configuration. |
Refer to OpenStack NetApp community for detailed information.

![[Note]](../common/images/admon/note.png)
