[PR #103] [MERGED] Improve RBD support #421

Closed
opened 2026-02-27 15:58:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/103
Author: @brenard
Created: 4/17/2016
Status: Merged
Merged: 4/20/2016
Merged by: @retspen

Base: masterHead: rbd_support


📝 Commits (3)

  • ee2b97d Retreive all RBD hosts (and their port if defined) from pool definition during instance creation
  • e1d3be1 Fix pep8 errors
  • 9520282 Add possibility to configure HDD cache mode during instance creation

📊 Changes

7 files changed (+68 additions, -15 deletions)

View changed files

📝 accounts/templatetags/tags_fingerprint.py (+1 -1)
📝 create/forms.py (+1 -0)
📝 create/templates/create_instance.html (+20 -0)
📝 create/views.py (+6 -1)
📝 instances/views.py (+1 -1)
📝 vrtManager/create.py (+38 -11)
📝 vrtManager/instance.py (+1 -1)

📄 Description

Hi,
I port my recent pull request on WebVirtMgr (https://github.com/retspen/webvirtmgr/pull/608) to WebVirtCloud (improvement of console view come in another separated pull request #104).


🔄 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/webvirtcloud/pull/103 **Author:** [@brenard](https://github.com/brenard) **Created:** 4/17/2016 **Status:** ✅ Merged **Merged:** 4/20/2016 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `rbd_support` --- ### 📝 Commits (3) - [`ee2b97d`](https://github.com/retspen/webvirtcloud/commit/ee2b97d62f3f77033441311631a1af4b6dae3090) Retreive all RBD hosts (and their port if defined) from pool definition during instance creation - [`e1d3be1`](https://github.com/retspen/webvirtcloud/commit/e1d3be17f1b4e66e0e1f940b4c2ee5c13a6d3a6c) Fix pep8 errors - [`9520282`](https://github.com/retspen/webvirtcloud/commit/9520282a4b147043551e47f88334219ad5cb1f7b) Add possibility to configure HDD cache mode during instance creation ### 📊 Changes **7 files changed** (+68 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `accounts/templatetags/tags_fingerprint.py` (+1 -1) 📝 `create/forms.py` (+1 -0) 📝 `create/templates/create_instance.html` (+20 -0) 📝 `create/views.py` (+6 -1) 📝 `instances/views.py` (+1 -1) 📝 `vrtManager/create.py` (+38 -11) 📝 `vrtManager/instance.py` (+1 -1) </details> ### 📄 Description Hi, I port my recent pull request on WebVirtMgr (https://github.com/retspen/webvirtmgr/pull/608) to WebVirtCloud (improvement of console view come in another separated pull request #104). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:39 +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/webvirtcloud#421
No description provided.