-
Notifications
You must be signed in to change notification settings - Fork 120
Documentation for adding NFS mount options to storage pool #396
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
d655f04
Documentation for adding NFS mount options to storage pool
abh1sar 87f4d3d
Pull 396: Addressed review comments
abh1sar daa6974
Pull 396: Added comment on what happens when incorrect mount option i…
abh1sar deb13e8
Pull 396: storage pool remains in maintenance mode on mount failure
abh1sar 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -185,6 +185,7 @@ ensure that the protocol is set to "Filesystem". | |||||
|
|
||||||
| |adding-local-pool-via-ui.png| | ||||||
|
|
||||||
|
|
||||||
| Storage Tags | ||||||
| ~~~~~~~~~~~~ | ||||||
|
|
||||||
|
|
@@ -237,6 +238,66 @@ templates, and ISOs. | |||||
| .. note:: | ||||||
| If files or folders are not associated with a cloudstack resource, it doesn't mean that they are not used by cloudstack. | ||||||
|
|
||||||
|
|
||||||
| Setting NFS Mount Options on the Storage Pool | ||||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||||
|
|
||||||
| NFS mount options can be added while creating an NFS storage pool for | ||||||
| KVM hosts. When the storage pool is mounted on the KVM hypervisor host, | ||||||
| these options will be used. Options currently tested and supported are | ||||||
| `vers` and `nconnect`. | ||||||
|
|
||||||
| Although it depends on the NFS server, but commonly supported `vers` values | ||||||
| are `3` for NFSv3 and minor versions `4.0, 4.1 and 4.2` for NFSv4. | ||||||
| `nconnect` values can range from 1 to 16. | ||||||
|
|
||||||
| Administrator can give the NFS mount options while adding a Primary Storage | ||||||
| from the Create Zone Wizard as well as the Add Primary Storage form. | ||||||
| |nfs-mount-options-create-zone-wizard.png| | ||||||
| |nfs-mount-options-add-primary-storage.png| | ||||||
|
|
||||||
| NFS mount options can be changed on a pre-existing Storage Pool using the | ||||||
| Edit Primary Storage form. Storage Pool needs to be unmounted and mounted | ||||||
| again on the KVM host using the new options. Running VMs using volumes | ||||||
sureshanaparti marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| in the Storage Pool either need to be stopped or the volumes migrated. | ||||||
|
||||||
| in the Storage Pool either need to be stopped or the volumes migrated. | |
| in the Storage Pool either need to be stopped or the volumes would be migrated to other available pools upon enabling maintenance. |
sureshanaparti marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
sureshanaparti marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
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.