mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 16:15:50 +03:00
[PR #449] [MERGED] adds support for nfs storage pools #660
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/449
Author: @junkb
Created: 10/5/2014
Status: ✅ Merged
Merged: 10/6/2014
Merged by: @retspen
Base:
master← Head:master📝 Commits (9)
9298c26Merge remote-tracking branch 'upstream/master'b3231f5adds support for netfs storage pools4a57c19Merge branch 'nfs_storage'098b3a7fixes indentation for compliance with pep 8009fac9Merge branch 'nfs_storage'9beaf28more indentation fixesb96f839Merge branch 'nfs_storage'cd6dafeminor adjustments in some wording and grammar28d08acMerge branch 'misc_grammar'📊 Changes
8 files changed (+96 additions, -8 deletions)
View changed files
📝
storages/forms.py(+2 -0)📝
storages/views.py(+4 -0)📝
templates/instance.html(+1 -1)📝
templates/network.html(+2 -2)📝
templates/networks.html(+1 -1)📝
templates/sidebar.html(+1 -1)📝
templates/storages.html(+67 -3)📝
vrtManager/storage.py(+18 -0)📄 Description
we use nfs here, so i added support for nfs [netfs] storage pools. small disclaimer: i've not specifically tested glusterfs or cifs - only nfs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.