[GH-ISSUE #13] 500 when clicking on a virtual machine #7

Closed
opened 2026-02-27 16:00:39 +03:00 by kerem · 1 comment
Owner

Originally created by @bbigras on GitHub (Jan 10, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/13

I got a 500 error when I click on a virtual machinage name.

With the following URL : http://ip:8000/vm/1/my_vm_name/, I see in the log :

libvir: Storage Driver error : Storage volume not found: no storage vol with matching path
[10/Jan/2013 21:50:50] "GET /vm/1/my_vm_name/ HTTP/1.1" 500 1801
[10/Jan/2013 21:50:50] "GET /vm/1/js/jquery.js HTTP/1.1" 404 1838
[10/Jan/2013 21:50:50] "GET /vm/1/js/bootstrap.js HTTP/1.1" 404 1838
[10/Jan/2013 21:50:50] "GET /vm/1/css/bootstrap-responsive.css HTTP/1.1" 404 1838
[10/Jan/2013 21:50:50] "GET /vm/1/css/bootstrap.css HTTP/1.1" 404 1838
[10/Jan/2013 21:50:50] "GET /vm/1/img/favicon.ico HTTP/1.1" 404 1838

Here's the disk part of dumpxml my_vm_name :

<disk type='file' device='disk'>
  <driver name='qemu' type='raw'/>
  <source file='/home/bbigras/my_vm_name.qcow2'/>
  <target dev='hda' bus='ide'/>
  <address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk>

I'm using webvirtmgr on the same host as KVM.

Ubuntu 12.10 (x86_64)
libvirt-bin: 0.9.13-0ubuntu12.1
webvirtmgr: c45f2a428b

Originally created by @bbigras on GitHub (Jan 10, 2013). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/13 I got a 500 error when I click on a virtual machinage name. With the following URL : `http://ip:8000/vm/1/my_vm_name/`, I see in the log : ``` libvir: Storage Driver error : Storage volume not found: no storage vol with matching path [10/Jan/2013 21:50:50] "GET /vm/1/my_vm_name/ HTTP/1.1" 500 1801 [10/Jan/2013 21:50:50] "GET /vm/1/js/jquery.js HTTP/1.1" 404 1838 [10/Jan/2013 21:50:50] "GET /vm/1/js/bootstrap.js HTTP/1.1" 404 1838 [10/Jan/2013 21:50:50] "GET /vm/1/css/bootstrap-responsive.css HTTP/1.1" 404 1838 [10/Jan/2013 21:50:50] "GET /vm/1/css/bootstrap.css HTTP/1.1" 404 1838 [10/Jan/2013 21:50:50] "GET /vm/1/img/favicon.ico HTTP/1.1" 404 1838 ``` Here's the `disk` part of `dumpxml my_vm_name` : ``` <disk type='file' device='disk'> <driver name='qemu' type='raw'/> <source file='/home/bbigras/my_vm_name.qcow2'/> <target dev='hda' bus='ide'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> ``` I'm using webvirtmgr on the same host as KVM. Ubuntu 12.10 (x86_64) libvirt-bin: 0.9.13-0ubuntu12.1 webvirtmgr: c45f2a428bcbdd6363ae77beddeba4440f9edb32
kerem closed this issue 2026-02-27 16:00:39 +03:00
Author
Owner

@retspen commented on GitHub (Jan 10, 2013):

/home/bbigras - the path must be defined as a storage pool in WebVirtMgr

<!-- gh-comment-id:12116036 --> @retspen commented on GitHub (Jan 10, 2013): /home/bbigras - the path must be defined as a storage pool in WebVirtMgr
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/webvirtmgr#7
No description provided.