mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #556] [MERGED] The storage pool path should be allowed to contain '-' and '_' #615
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#615
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/556
Author: @Regan-He
Created: 11/15/2022
Status: ✅ Merged
Merged: 11/18/2022
Merged by: @catborise
Base:
master← Head:master📝 Commits (1)
fea1571The 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.