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
The NetApp system requires specific configurations. This driver operates using a Storage VM that provides iSCSI connections, with volumes/LUNs mapped directly to each host after API creation. Configure and enable the iSCSI protocol according to your infrastructure requirements.
16
17
17
18
1. Define Aggregates/Local Tiers for your Storage VM:
19
+
18
20
- In ONTAP System Manager: **Storage > Storage VMs > Select your SVM > Edit > Limit volume creation to preferred local tiers**
19
21
- Assign at least one aggregate/tier and note their UUID(s) for later use
20
22
21
-
2. For capacity monitoring:
23
+
2. To enable capacity monitoring:
24
+
22
25
- Enable *Enable maximum capacity limit* on the same Edit Storage VM screen
23
-
- If not configured, set ``DATASTORE_CAPACITY_CHECK=no`` in both datastore's attributes
26
+
- If not configured, set ``DATASTORE_CAPACITY_CHECK=no`` in both of the OpenNebula datastores' attributes
24
27
25
28
3. No automated snapshot configuration is required - OpenNebula handles this.
- System datastore: ``one_<vm_id>_disk_<disk_id>`` (volume), ``one_<datastore_id>_<vm_id>_disk_<disk_id>_lun`` (LUN)
206
+
171
207
- **Operations**:
208
+
172
209
- Non-persistent: FlexClone
173
210
- Persistent: Rename
174
211
212
+
Symbolic links from the system datastore will be created for each virtual machine disk by the frontend and shared via NFS with the compute nodes.
213
+
175
214
.. important:: The system datastore requires a shared filesystem (e.g., NFS mount from frontend to nodes) for device link management and VM metadata distribution.
Occasionally, under network interruptions or if a volume is deleted directly from NetApp, the iSCSI connection may drop or fail. This can cause the system to hang on a ``sync`` command, which in turn may lead to OpenNebula operation failures on the affected host. Although the driver is designed to manage these issues automatically, it's important to be aware of these potential iSCSI connection challenges.
232
+
233
+
.. note:: This behavior stems from the inherent complexities of iSCSI connections and is not exclusive to OpenNebula or NetApp.
0 commit comments