You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/installguide/configuration.rst
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1606,6 +1606,47 @@ When a volume is created by the plugin, it will create bi-directional mappings i
1606
1606
- Each volume's description field in the Pure Flasharray storage system will have a formatted key/value pair with metadata mappings for the Cloudstack volume definition (user volume name, volume uuid, account/project information)
1607
1607
- Each virtual volume's WWID will be stored in the volume's path field in Cloudstack
1608
1608
1609
+
NetApp ONTAP Plug-in
1610
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1611
+
1612
+
This plugin enables NetApp Unified ONTAP storage systems as a managed primary
1613
+
storage in CloudStack for KVM hypervisors. It supports both NFS 3.0 and iSCSI
1614
+
protocols, integrating with the traditional ONTAP unified storage architecture.
1615
+
1616
+
This documentation assumes you have the following configured in your
1617
+
environment before adding a storage pool in CloudStack:
1618
+
1619
+
- NetApp Unified ONTAP 9.15.1 or higher.
1620
+
- A Storage Virtual Machine (SVM) in ONTAP storage with NFS 3.0 or iSCSI protocol enabled.
1621
+
- Only an IPv4-type Data LIF is supported. The Data LIF must be reachable from all KVM hypervisor hosts in CloudStack.
1622
+
- Ensure Storage VM (SVM) is mapped to aggregates (aggrs) with sufficient
1623
+
capacity.
1624
+
- For iSCSI: iSCSI protocol enabled on the KVM host and adapter is configured.
1625
+
- For NFS 3.0: NFS protocol enabled on the KVM host.
1626
+
1627
+
When this storage pool is used with Compute or Disk Offerings, an administrator
1628
+
is able to build an environment in which a root or data disk that a user creates
1629
+
leads to the dynamic creation of a LUN or file on the ONTAP volume. Such a
1630
+
LUN or file is associated with one (and only ever one) CloudStack volume.
1631
+
1632
+
Through the CloudStack UI, you can create ONTAP storage pool using these
1633
+
required fields:
1634
+
1635
+
- Provider: NetApp ONTAP
1636
+
- Scope: Zone or Cluster
1637
+
- Zone: target zone name
1638
+
- Pod: Pod name (required for Cluster scope)
1639
+
- Cluster: Cluster name (required for Cluster scope)
1640
+
- Name: storage pool name
1641
+
- Protocol: NFS3 or ISCSI
1642
+
- Storage Array IP: ONTAP Storage IP or Management LIF
1643
+
- Username: ONTAP Storage IP username (Cluster-level)
1644
+
- Password: ONTAP Storage IP password (cluster-level)
0 commit comments