Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 242191 Details for
Bug 231144
pygrub can leave stale vmlinuz and initrd data around on error
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed fix derived from xen-unstable cset 12494
bz231144.patch (text/plain), 743 bytes, created by
Markus Armbruster
on 2007-10-29 17:52:37 UTC
(
hide
)
Description:
Proposed fix derived from xen-unstable cset 12494
Filename:
MIME Type:
Creator:
Markus Armbruster
Created:
2007-10-29 17:52:37 UTC
Size:
743 bytes
patch
obsolete
>Derived from: ># HG changeset patch ># User Ewan Mellor <ewan@xensource.com> ># Date 1164041947 0 ># Node ID ea457d9d3fb2008e528486e8be89a232c3a91312 ># Parent b0a58923fab5e12a94c6ade23c7305d5b4fa96e9 >Cleanup after the bootloader even if the domain building fails. > >Signed-off-by: Ewan Mellor <ewan@xensource.com> > >--- a/tools/python/xen/xend/XendDomainInfo.py 2007-10-25 20:22:02.000000000 +0200 >+++ b/tools/python/xen/xend/XendDomainInfo.py 2007-10-29 19:01:41.000000000 +0100 >@@ -1468,6 +1468,8 @@ > self.info['start_time'] = time.time() > > except RuntimeError, exn: >+ if self.info['bootloader'] and self.image is not None: >+ self.image.cleanupBootloading() > raise VmError(str(exn)) > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231144
: 242191