[PR #556] [MERGED] The storage pool path should be allowed to contain '-' and '_' #615

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/556
Author: @Regan-He
Created: 11/15/2022
Status: Merged
Merged: 11/18/2022
Merged by: @catborise

Base: masterHead: master


📝 Commits (1)

  • fea1571 The storage pool path should be allowed to contain '-' and '_'

📊 Changes

3 files changed (+54 additions, -93 deletions)

View changed files

📝 storages/api/viewsets.py (+1 -4)
📝 storages/forms.py (+10 -10)
📝 vrtManager/instance.py (+43 -79)

📄 Description

Please review the storages/forms.py file that contains the major changes, and the rest of the files are only optimized for code structure.

Valid linux folder paths:
/home/regan/my_vm
/home/regan/my-vm
/home/regan/_my-vm

Signed-off-by: herengui herengui@uniontech.com


🔄 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/556 **Author:** [@Regan-He](https://github.com/Regan-He) **Created:** 11/15/2022 **Status:** ✅ Merged **Merged:** 11/18/2022 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`fea1571`](https://github.com/retspen/webvirtcloud/commit/fea1571e1a0d02fc95be5b7bb9bffcf1af490518) The storage pool path should be allowed to contain '-' and '_' ### 📊 Changes **3 files changed** (+54 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `storages/api/viewsets.py` (+1 -4) 📝 `storages/forms.py` (+10 -10) 📝 `vrtManager/instance.py` (+43 -79) </details> ### 📄 Description Please review the storages/forms.py file that contains the major changes, and the rest of the files are only optimized for code structure. Valid linux folder paths: /home/regan/my_vm /home/regan/my-vm /home/regan/_my-vm Signed-off-by: herengui <herengui@uniontech.com> --- <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:22 +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#615
No description provided.