[GH-ISSUE #63] If qumu package is not found server gives 500 error but VM still is created, it won`t be #53

Closed
opened 2026-02-27 16:00:52 +03:00 by kerem · 9 comments
Owner

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

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
kerem closed this issue 2026-02-27 16:00:52 +03:00
Author
Owner

@retspen commented on GitHub (May 30, 2013):

Fix bug github.com/retspen/webvirtmgr@7172a158c4

<!-- gh-comment-id:18672129 --> @retspen commented on GitHub (May 30, 2013): Fix bug https://github.com/retspen/webvirtmgr/commit/7172a158c462068215aa56f484ad729bb01a32fd
Author
Owner

@jabalv commented on GitHub (May 30, 2013):

Tested! Now received error message in front end.

<!-- gh-comment-id:18676981 --> @jabalv commented on GitHub (May 30, 2013): Tested! Now received error message in front end.
Author
Owner

@jabalv commented on GitHub (May 30, 2013):

Actually not fixed. It`s still create those bad Storage pools.

<!-- gh-comment-id:18677221 --> @jabalv commented on GitHub (May 30, 2013): Actually not fixed. It`s still create those bad Storage pools.
Author
Owner

@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. ?

<!-- gh-comment-id:18677305 --> @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. ?
Author
Owner

@retspen commented on GitHub (May 30, 2013):

Previous issue fix (Now img delete if VM not create).

<!-- gh-comment-id:18677866 --> @retspen commented on GitHub (May 30, 2013): Previous issue fix (Now img delete if VM not create).
Author
Owner

@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?

<!-- gh-comment-id:18678177 --> @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?
Author
Owner

@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.

<!-- gh-comment-id:18678349 --> @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.
Author
Owner

@retspen commented on GitHub (May 30, 2013):

Volumes not removed when deleted pool. Simply on page VM will write "Not in
pool".

<!-- gh-comment-id:18678893 --> @retspen commented on GitHub (May 30, 2013): Volumes not removed when deleted pool. Simply on page VM will write "Not in pool".
Author
Owner

@jabalv commented on GitHub (May 30, 2013):

OK, then my multitasking fail. Lets close this.

<!-- gh-comment-id:18679083 --> @jabalv commented on GitHub (May 30, 2013): OK, then my multitasking fail. Lets close this.
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#53
No description provided.