mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #216] cannot disconnect media from VM #166
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 @bsavelev on GitHub (Jan 30, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/216
When I try disconnect media (cdrom from ISO) from VM
Then I get error "internal error No device with bus 'ide' and target 'hda'"
@retspen commented on GitHub (Jan 30, 2014):
You can change hdc to hda in xml.
@retspen commented on GitHub (Jan 30, 2014):
Universal parser for all xml this is very hard work. If you have already created VM, you can destroy them without removing hdd images and create custom.
@bsavelev commented on GitHub (Jan 30, 2014):
Of course this is not critical feature or bug (as you wish) and I understand that parse whole xml is pretty hard.
PS:
maybe parser from virt-manager helps? It is in python too-)
(https://git.fedorahosted.org/cgit/virt-manager.git/tree/)