Bug 769680
| Summary: | temporary directories created during appliance builds are not cleaned up on error | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Stefan Hajnoczi <stefanha> |
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | gaowanlong, mbooth, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-23 13:34:14 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Stefan Hajnoczi
2011-12-21 17:43:45 UTC
Patches posted: https://www.redhat.com/archives/libguestfs/2011-December/msg00180.html If tests complete OK, I will push these upstream. Passes all of 'make check' and 'make extra-tests' so I'm going to push this in 1.15.14. I have tested for many times and the /var/tmp/guestfs.XXXXXX can always been cleaned now, I think guestfs___remove_tmpdir can do the right thing except some specific conditions. Good luck! -Wanlong Gao |