mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #461] Instances page not work after upgrade. #344
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 @pavel-trubitsyn on GitHub (Oct 16, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/461
libvirt: Network Driver error : Network not found: no network with matching name 'br5'
ERROR:django.request:Internal Server Error: /instance/2/openvpn/
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 115, in get_response
response = callback(request, _callback_args, *_callback_kwargs)
File "/var/www/webvirtmgr/instance/views.py", line 472, in instance
clone_disks = show_clone_disk(disks)
File "/var/www/webvirtmgr/instance/views.py", line 422, in show_clone_disk
if disk['image'].count(".") and len(disk['image'].rsplit(".", 1)[1]) <= 7:
AttributeError: 'NoneType' object has no attribute 'count'
@pavel-trubitsyn commented on GitHub (Oct 16, 2014):
Also I tried clear install, the same error.
@retspen commented on GitHub (Oct 17, 2014):
What is volume name?
@pavel-trubitsyn commented on GitHub (Oct 17, 2014):
Ceph rbd disk
@retspen commented on GitHub (Oct 17, 2014):
Can add line and show output? After line 421 add
print disk: