mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #63] If qumu package is not found server gives 500 error but VM still is created, it won`t be #53
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 @jabalv on GitHub (May 30, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/63
When no qemu package installed, log gives error:
ibvir: QEMU Driver error : Cannot check QEMU binary /usr/bin/qemu-system-x86_64: No such file or directory
[30/May/2013 12:42:20] "POST /newvm/1/ HTTP/1.1" 500 2496
Which is OK. But VM is still created. I guess it should not allow create VM, if there is error before?
Also after that there I see that VM exists:
Storage volume not found: storage vol 'testing.img' already exists
@retspen commented on GitHub (May 30, 2013):
Fix bug
github.com/retspen/webvirtmgr@7172a158c4@jabalv commented on GitHub (May 30, 2013):
Tested! Now received error message in front end.
@jabalv commented on GitHub (May 30, 2013):
Actually not fixed. It`s still create those bad Storage pools.
@jabalv commented on GitHub (May 30, 2013):
Also feature request: Not allow delete pools which are attached to specific VM. Only deleting is allowed when delete VM. ?
@retspen commented on GitHub (May 30, 2013):
Previous issue fix (Now img delete if VM not create).
@retspen commented on GitHub (May 30, 2013):
Not sure about block delete button for the volume wich attached to VM. Example: shutdown VM then clone volume then delete attached volume to VM and create new biggest volume, on finally boot VM. Why delete VM if I work with volume?
@jabalv commented on GitHub (May 30, 2013):
What I mean was, do not allow delete pools, which are attached to VM. (disable button) Otherwise I accidentally delete volume and when go back to VM, there is no volume.
@retspen commented on GitHub (May 30, 2013):
Volumes not removed when deleted pool. Simply on page VM will write "Not in
pool".
@jabalv commented on GitHub (May 30, 2013):
OK, then my multitasking fail. Lets close this.