[PR #475] [MERGED] rbd support enhanced #573

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

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


📝 Commits (6)

  • f690d1f handle security concerns with file uploading
  • 5c9a5da remove eval for security concerns
  • 86723a8 add missing pipe mark after snapshot icon
  • c77e049 add rbd support for add new/existing vol. create from rbd based flavor
  • a33283e update dev/conf requirements
  • 2547e74 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/475 **Author:** [@catborise](https://github.com/catborise) **Created:** 12/16/2021 **Status:** ✅ Merged **Merged:** 12/16/2021 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`f690d1f`](https://github.com/retspen/webvirtcloud/commit/f690d1fa60264b40519f94be5018fffd01bcb356) handle security concerns with file uploading - [`5c9a5da`](https://github.com/retspen/webvirtcloud/commit/5c9a5daedc397601d79d35ec3af9879a7cf6199b) remove eval for security concerns - [`86723a8`](https://github.com/retspen/webvirtcloud/commit/86723a82713229ecf3769086100cd827ef65ed60) add missing pipe mark after snapshot icon - [`c77e049`](https://github.com/retspen/webvirtcloud/commit/c77e049e82f8254eec466e54d7c85206de0c30e5) add rbd support for add new/existing vol. create from rbd based flavor - [`a33283e`](https://github.com/retspen/webvirtcloud/commit/a33283e172759abee96bf99419bedc1d1b71a2c9) update dev/conf requirements - [`2547e74`](https://github.com/retspen/webvirtcloud/commit/2547e74400661337aad49ccd24c16a5812197673) Merge branch 'master' into master ### 📊 Changes **9 files changed** (+141 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description package requirements + rbd support enchancement + bug fixes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:13 +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#573
No description provided.