[PR #449] [MERGED] adds support for nfs storage pools #660

Closed
opened 2026-02-27 16:40:03 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (9)

  • 9298c26 Merge remote-tracking branch 'upstream/master'
  • b3231f5 adds support for netfs storage pools
  • 4a57c19 Merge branch 'nfs_storage'
  • 098b3a7 fixes indentation for compliance with pep 8
  • 009fac9 Merge branch 'nfs_storage'
  • 9beaf28 more indentation fixes
  • b96f839 Merge branch 'nfs_storage'
  • cd6dafe minor adjustments in some wording and grammar
  • 28d08ac Merge 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.

screen shot 2014-10-04 at 20 54 59


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtmgr/pull/449 **Author:** [@junkb](https://github.com/junkb) **Created:** 10/5/2014 **Status:** ✅ Merged **Merged:** 10/6/2014 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`9298c26`](https://github.com/retspen/webvirtmgr/commit/9298c26bde42cb895299517f4378de144a3e41a0) Merge remote-tracking branch 'upstream/master' - [`b3231f5`](https://github.com/retspen/webvirtmgr/commit/b3231f55e8f193042cf94ac9a6b179321cf02d95) adds support for netfs storage pools - [`4a57c19`](https://github.com/retspen/webvirtmgr/commit/4a57c1971d923c4d4b16d985b2702ea45753f5e1) Merge branch 'nfs_storage' - [`098b3a7`](https://github.com/retspen/webvirtmgr/commit/098b3a7c0706a1ca9c6a6e84a5c83c162a988a95) fixes indentation for compliance with pep 8 - [`009fac9`](https://github.com/retspen/webvirtmgr/commit/009fac99058cdcc5f610a86a2533ef5aab8dfaa6) Merge branch 'nfs_storage' - [`9beaf28`](https://github.com/retspen/webvirtmgr/commit/9beaf28503c84957c2fc35b6af3c3a12cac1532b) more indentation fixes - [`b96f839`](https://github.com/retspen/webvirtmgr/commit/b96f8398d1e6509ca182884168f128be9e3863cb) Merge branch 'nfs_storage' - [`cd6dafe`](https://github.com/retspen/webvirtmgr/commit/cd6dafe4d73facbc6d961234c544327c4cff2b1a) minor adjustments in some wording and grammar - [`28d08ac`](https://github.com/retspen/webvirtmgr/commit/28d08ac30987a9f44d85c34aa9b627f121ed4b8e) Merge branch 'misc_grammar' ### 📊 Changes **8 files changed** (+96 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. ![screen shot 2014-10-04 at 20 54 59](https://cloud.githubusercontent.com/assets/7424193/4517314/677cd9a4-4c2a-11e4-9ee8-e6ac5ae7090d.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:40:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#660
No description provided.