mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-27 00:25:51 +03:00
[GH-ISSUE #174] device tpye='block' returns error 500 #136
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 @UnvorherSeba on GitHub (Dec 15, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/174
Hello,
when using block devices (for examples for lvm volumes)
I get an 500 error
I've applied a quick and dirty fix to vrtManager/instance.py
old: (starting line 111)
new:
PS: Nice project ;-)