mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #458] I can't view storages on 4.8.7 on Ubuntu 12.04 LTS #340
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 @crocket on GitHub (Oct 14, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/458
Below is the error log.
@crocket commented on GitHub (Oct 14, 2014):
I defined a pool named "local images" via virsh before I installed WebVirtMgr.
After I deleted "local images" pool, I can access storages.
@retspen commented on GitHub (Oct 15, 2014):
Yes, storage pool name must be without spaces
@crocket commented on GitHub (Oct 16, 2014):
Is it required by WebVirtMgr, libvirt, qemu, or KVM?
@retspen commented on GitHub (Oct 21, 2014):
It is required by WebVirtMgr (names in url)
@crocket commented on GitHub (Oct 21, 2014):
I think the issue can be closed if you add a caveat that every pool name should not have a space in it to WebVirtMgr UI.
@crocket commented on GitHub (Oct 21, 2014):
It seems you closed the issue without any comment. What about the caveat?
@retspen commented on GitHub (Oct 21, 2014):
Space in URL very inconveniently and I think you can use
_instead space.@crocket commented on GitHub (Oct 21, 2014):
@retspen Others can still unknowingly put spaces in pool names and don't know what went wrong. You can add a warning somewhere in WebVirtMgr or fix the issue directly.