mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #626] Can't add an disk image for a new instance after reinstall #361
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#361
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 @skywind3000 on GitHub (Dec 8, 2023).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/626
I did a fresh reinstall webvirtcloud after upgrading failure
In the new installation, when I am creating a new instance,
I found the "add image" button is not clickable:
what's that mean ?
One more thing, before that, when I was selecting CPU type, the second dropdown list (chipset) is empty:
Dont know if it matters
Additional information:
@skywind3000 commented on GitHub (Dec 8, 2023):
I found this:
and:
@catborise commented on GitHub (Dec 10, 2023):
Did you check pool list with
virsh pool-listcommand. (On host)@skywind3000 commented on GitHub (Dec 10, 2023):
It worked fine with a previous version of webvirtcloud.
I've been using it for a long time, this issue only happens from yesterday after upgrading webvirtcloud to the latest version.
@toobye commented on GitHub (Dec 13, 2023):
Do you have an answer?thx
@catborise commented on GitHub (Dec 13, 2023):
There is not any problem with webvirtcloud as you specified. Could you please run "virsh pool-list" at command line of host.
you may have broken libvirt/qemu config. we can verify settings of libvirt/qemu with virsh commands.
is "virsh dom-capabilities", "virsh net-list" etc. commands working as expected?
beside that;
did you follow update instructions. with update you should check settings.py.template, may be there are some changes different then your settings.py file.
@skywind3000 commented on GitHub (Dec 13, 2023):
after reboot somethings, it works again, and I cant find a way to reproduct, no clue.
@toobye commented on GitHub (Dec 18, 2023):
@qwrty-ftw commented on GitHub (Nov 21, 2025):
I encounter same issue, my "add image" button stay gray :(
no issue at all with my virsh command.