forked from apache/cloudstack-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
CSTACKEX-201: Documentation for netapp ontap plugin #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sathvikaragi
wants to merge
7
commits into
main
Choose a base branch
from
feature/CSTACKEX-201
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+50
−0
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
e30329e
CSTACKEX-201: Documentation for nnetapp ontap plugin
sathvikaragi 43b094d
CSTACKEX-201: resolving all the comments
sathvikaragi 7600663
CSTACKEX-201: Resolving comments, changes to fields in creation of st…
sathvikaragi 2736c13
CSTACKEX-201: Resolving comments, changes to storage IP fields
sathvikaragi ac2b354
CSTACKEX-201: small fix
sathvikaragi d3a1caa
CSTACKEX-201: change regarding ipv4 data lif
sathvikaragi b5893b2
CSTACKEX-201: specifing creds are cluster level
sathvikaragi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1594,6 +1594,49 @@ When a volume is created by the plugin, it will create bi-directional mappings i | |
| - 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) | ||
| - Each virtual volume's WWID will be stored in the volume's path field in Cloudstack | ||
|
|
||
| NetApp ONTAP Plug-in | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| This plugin enables NetApp Unified ONTAP storage systems as a managed primary | ||
| storage in CloudStack for KVM hypervisors. It supports both NFS 3.0 and iSCSI | ||
| protocols, integrating with the traditional ONTAP unified storage architecture. | ||
|
|
||
| This documentation assumes you have the following configured in your | ||
| environment before adding a storage pool in CloudStack: | ||
|
|
||
| - NetApp Unified ONTAP 9.15.1 or higher. | ||
| - A Storage Virtual Machine (SVM) in ONTAP storage with NFS 3.0 or iSCSI protocol enabled. | ||
| - Only an IPv4-type Data LIF is supported. The Data LIF must be reachable from all KVM hypervisor hosts in CloudStack. | ||
| - Ensure Storage VM (SVM) is mapped to aggregates (aggrs) with sufficient | ||
| capacity. | ||
| - For iSCSI: iSCSI protocol enabled on the KVM host and adapter is configured. | ||
| - For NFS 3.0: NFS protocol enabled on the KVM host. | ||
|
|
||
| When this storage pool is used with Compute or Disk Offerings, an administrator | ||
| is able to build an environment in which a root or data disk that a user creates | ||
| leads to the dynamic creation of a LUN or file on the ONTAP volume. Such a | ||
| LUN or file is associated with one (and only ever one) CloudStack volume, so | ||
| performance of the CloudStack volume does not vary depending on how heavily other | ||
| tenants are using the system. | ||
|
|
||
| Through the CloudStack UI, you can create ONTAP storage pool using these | ||
| required fields: | ||
|
|
||
| - Provider: NetApp ONTAP | ||
| - Scope: Zone or Cluster | ||
| - Zone: target zone name | ||
| - Pod: Pod name (required for Cluster scope) | ||
| - Cluster: Cluster name (required for Cluster scope) | ||
| - Name: storage pool name | ||
| - Protocol: NFS3 or ISCSI | ||
| - Storage Array IP: ONTAP Storage IP or Management LIF | ||
| - Username: ONTAP Storage IP username (Cluster-level) | ||
| - Password: ONTAP Storage IP password (cluster-level) | ||
| - SVM Name: SVM name in ONTAP storage | ||
| - Capacity Bytes: total capacity in bytes | ||
| - Storage Tags: storage pool tags | ||
|
|
||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isn't there a place for us to mention our current plugin's limitations? |
||
| .. _add-secondary-storage: | ||
|
|
||
| Add Secondary Storage | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.