mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[PR #103] [MERGED] Improve RBD support #421
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#421
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/webvirtcloud/pull/103
Author: @brenard
Created: 4/17/2016
Status: ✅ Merged
Merged: 4/20/2016
Merged by: @retspen
Base:
master← Head:rbd_support📝 Commits (3)
ee2b97dRetreive all RBD hosts (and their port if defined) from pool definition during instance creatione1d3be1Fix pep8 errors9520282Add 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.