Atom feed of this document
 
 NetApp iSCSI driver for 7-Mode storage controller

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.

 Configuration options available for the 7-Mode system driver

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
                
Table 11.2. List of configuration flags for NetApp 7-Mode iSCSI driver
Flag name Type Default Description

netapp_wsdl_url

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.

netapp_login

Mandatory

Login user name for OnCommand installation.

netapp_password

Mandatory

Login password for OnCommand installation.

netapp_server_hostname

Mandatory

OnCommand server host name/IP address.

netapp_server_port

Optional

8088

OnCommand server port.

netapp_storage_service

Optional

Storage service to use while provisioning. Storage service is configured on OnCommand.

netapp_storage_service_prefix

Optional

Storage service prefix to use on OnCommand if using volume_types.

netapp_vfiler

Optional

The vFiler® unit name if using vFiler to host OpenStack volumes. MultiStore® must be enabled before using vFiler for provisioning.

[Note]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.


loading table of contents...