mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[PR #475] [MERGED] rbd support enhanced #573
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#573
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/475
Author: @catborise
Created: 12/16/2021
Status: ✅ Merged
Merged: 12/16/2021
Merged by: @catborise
Base:
master← Head:master📝 Commits (6)
f690d1fhandle security concerns with file uploading5c9a5daremove eval for security concerns86723a8add missing pipe mark after snapshot iconc77e049add rbd support for add new/existing vol. create from rbd based flavora33283eupdate dev/conf requirements2547e74Merge branch 'master' into master📊 Changes
9 files changed (+141 additions, -60 deletions)
View changed files
📝
conf/requirements.txt(+4 -4)📝
dev/requirements.txt(+3 -3)📝
instances/templates/instance.html(+1 -0)📝
instances/templates/instances/settings_tab.html(+7 -7)📝
instances/views.py(+34 -9)📝
storages/views.py(+6 -2)📝
vrtManager/create.py(+19 -27)📝
vrtManager/instance.py(+29 -5)📝
vrtManager/storage.py(+38 -3)📄 Description
package requirements + rbd support enchancement + bug fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.