mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 16:05:58 +03:00
[GH-ISSUE #486] Cannot Upload ISO #296
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#296
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 @Atilir on GitHub (Feb 6, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/486
Hi,
I am testing your solution but i cannot manage to upload an ISO via the Web pages.
I get this error message :

I'm using the master branch with the latest commit :
ba06af9775Thanks
@catborise commented on GitHub (Feb 7, 2022):
i think you should mount iso path also to webvirtcloud instance/vm/container.
@Atilir commented on GitHub (Feb 8, 2022):
Do you mean like a NFS mount between the KVM host and my webvirtcloud intance ?
So like the webvirtcloud can copy the iso that I upload to it's local directory and because it's mounted also on the KVM host both can acces it ?
@catborise commented on GitHub (Feb 9, 2022):
yes i think it works that way for now.
may be there is another mechanism to upload vols or isos to remote datastores, bu it is not implemented yet.
@kgfathur commented on GitHub (Jun 12, 2025):
Hello,
How to enable upload images/disk/iso from the webvirtcloud console/web?
I am installing the latest version but there's no options to upload iso/images from the web.
trying to search on the docs, settings.py template and the local files as well, but there's no clue how to enable it.
@kgfathur commented on GitHub (Jun 12, 2025):
There is some code on
github.com/retspen/webvirtcloud@79450eac6a/storages/views.py (L106-L182)and
github.com/retspen/webvirtcloud@79450eac6a/storages/templates/create_stg_vol_block.html (L7-L37)However, I still cannot find how to enable/use it.
@kgfathur commented on GitHub (Jun 12, 2025):
Finally i found it. Just realized that it need to create a pool with ISO type first