[GH-ISSUE #626] Can't add an disk image for a new instance after reinstall #361

Open
opened 2026-02-27 15:58:23 +03:00 by kerem · 8 comments
Owner

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:

  • OS: Debian 12
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: ![图片](https://github.com/retspen/webvirtcloud/assets/3035071/effb9e5d-4a01-4e78-95d0-e036d6ec019c) what's that mean ? One more thing, before that, when I was selecting CPU type, the second dropdown list (chipset) is empty: ![图片](https://github.com/retspen/webvirtcloud/assets/3035071/1fa17551-2e78-4245-bfd6-9aaad5391900) Dont know if it matters Additional information: - OS: Debian 12
Author
Owner

@skywind3000 commented on GitHub (Dec 8, 2023):

I found this:

图片

and:

图片

<!-- gh-comment-id:1847523102 --> @skywind3000 commented on GitHub (Dec 8, 2023): I found this: ![图片](https://github.com/retspen/webvirtcloud/assets/3035071/745e595a-b2ef-4bf7-a798-8969d4b5fa68) and: ![图片](https://github.com/retspen/webvirtcloud/assets/3035071/c563b7fc-d29a-44e6-b6c6-ba60f87e6067)
Author
Owner

@catborise commented on GitHub (Dec 10, 2023):

Did you check pool list with virsh pool-list command. (On host)

<!-- gh-comment-id:1849025351 --> @catborise commented on GitHub (Dec 10, 2023): Did you check pool list with `virsh pool-list` command. (On host)
Author
Owner

@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.

<!-- gh-comment-id:1849027895 --> @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.
Author
Owner

@toobye commented on GitHub (Dec 13, 2023):

Do you have an answer?thx

<!-- gh-comment-id:1853335122 --> @toobye commented on GitHub (Dec 13, 2023): Do you have an answer?thx
Author
Owner

@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.

<!-- gh-comment-id:1853371314 --> @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.
Author
Owner

@skywind3000 commented on GitHub (Dec 13, 2023):

after reboot somethings, it works again, and I cant find a way to reproduct, no clue.

<!-- gh-comment-id:1853449562 --> @skywind3000 commented on GitHub (Dec 13, 2023): after reboot somethings, it works again, and I cant find a way to reproduct, no clue.
Author
Owner

@toobye commented on GitHub (Dec 18, 2023):

正如您指定的那样,webvirtcloud 没有任何问题。您能否在主机的命令行中运行“virsh pool-list”。您可能损坏了 libvirt/qemu 配置。我们可以使用 virsh 命令验证 libvirt/qemu 的设置。“virsh dom-capabilities”、“virsh net-list”等命令是否按预期工作?

除此之外;您是否遵循了更新说明。更新后,您应该检查settings.py.template,可能有一些不同于 settings.py 文件的变化。

正如您指定的那样,webvirtcloud 没有任何问题。您能否在主机的命令行中运行“virsh pool-list”。您可能损坏了 libvirt/qemu 配置。我们可以使用 virsh 命令验证 libvirt/qemu 的设置。“virsh dom-capabilities”、“virsh net-list”等命令是否按预期工作?

除此之外;您是否遵循了更新说明。更新后,您应该检查settings.py.template,可能有一些不同于 settings.py 文件的变化。

“virsh net-list” is ok, but“ virsh dom-capabilities” command are not in “virsh help”
After checking the settings. py. template and settings. py, there is no significant difference

<!-- gh-comment-id:1859480643 --> @toobye commented on GitHub (Dec 18, 2023): > 正如您指定的那样,webvirtcloud 没有任何问题。您能否在主机的命令行中运行“virsh pool-list”。您可能损坏了 libvirt/qemu 配置。我们可以使用 virsh 命令验证 libvirt/qemu 的设置。“virsh dom-capabilities”、“virsh net-list”等命令是否按预期工作? > > 除此之外;您是否遵循了更新说明。更新后,您应该检查settings.py.template,可能有一些不同于 settings.py 文件的变化。 > 正如您指定的那样,webvirtcloud 没有任何问题。您能否在主机的命令行中运行“virsh pool-list”。您可能损坏了 libvirt/qemu 配置。我们可以使用 virsh 命令验证 libvirt/qemu 的设置。“virsh dom-capabilities”、“virsh net-list”等命令是否按预期工作? > > 除此之外;您是否遵循了更新说明。更新后,您应该检查settings.py.template,可能有一些不同于 settings.py 文件的变化。 > “virsh net-list” is ok, but“ virsh dom-capabilities” command are not in “virsh help” > After checking the settings. py. template and settings. py, there is no significant difference
Author
Owner

@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.

<!-- gh-comment-id:3563067005 --> @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.
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#361
No description provided.