mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #660] ERROR: Internal Server Error: /computes/3/storage/img/volumes #381
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#381
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?
Originally created by @yinhe1913 on GitHub (Dec 19, 2024).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/660
webvirtcloud管理虚拟机时,添加现有磁盘,存储 卷 为空,看不到已有磁盘问题

无意之间修改了/srv/webvirtcloud/webvirtcloud/settings.py DEBUG = True 问题就解决了,不知道是为啥?请大神们看看
@yinhe1913 commented on GitHub (Feb 24, 2025):
When managing virtual machines with WebVirtCloud, when trying to add an existing disk, the storage volume is empty and the existing disks cannot be seen. By chance, I modified the configuration in /srv/webvirtcloud/webvirtcloud/settings.py by setting DEBUG = True, and the problem was solved. I'm not sure why this happened. Could you experts take a look? Thank you!
@ShengruiZhang commented on GitHub (Feb 28, 2025):
这个问题我也遇到过,解决办法也是一样。这个问题里提到过类似的问题,可以参考以下(尽管我觉得并没有解决根本问题) #615
I have also encountered this issue, and it was resolved the same way as yours. Here's another issue that mentions a similar symptom, feel free to check it out (although I don't think the root cause was found) #615
@tmltmltml commented on GitHub (Oct 28, 2025):
It seems that, when create instance, if
"/computes/" + compute_id + "/storage/" + pool + "/volumes/""/computes/" + compute_id + "/storage/" + pool + "/volumes"similar with #615 which is solved in #649 .
So, there is anthoer workaround: modify
/volumesto/volumes/for functionget_cust_volsandget_template_volsininstances/templates/create_instance_w2.html.@qwrty-ftw commented on GitHub (Nov 21, 2025):
Also on my side, DEBUG = True fix the issue.
@retspen