mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[PR #430] [MERGED] fix an infinite loop when attaching an ISO to non-WebVirtMgr domain #654
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?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/430
Author: @Nowaker
Created: 9/15/2014
Status: ✅ Merged
Merged: 10/6/2014
Merged by: @retspen
Base:
master← Head:feature/mount-iso-to-arbitrary-domains📝 Commits (2)
06cd926fix an infinite loop when attaching an ISO to non-WebVirtMgr domainf4dbf78live mount ISO📊 Changes
1 file changed (+12 additions, -7 deletions)
View changed files
📝
vrtManager/instance.py(+12 -7)📄 Description
Infinite loop happens when domain XML is created outside of WebVirtMgr. WVM expects CD-ROM entry after hard drives.
Failing:
Working:
This fixes it. Added a simple Python equivalent of non-first level
break.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.