Bug 1432213
| Summary: | virt-builder fails with warning: log file /tmp/builder.log: Guestfs.Error("download: call launch before using this function\n(in guestfish, don't forget to use the 'run' command)") (ignored) | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Richard W.M. Jones <rjones> |
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | ptoscano, rbalakri |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-07 17:10:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1432219 | ||
| Bug Blocks: | |||
|
Description
Richard W.M. Jones
2017-03-14 19:18:48 UTC
I don't have a reproducer, but I understand what's happening. The first 'dnf' command is killed by the appliance kernel oom-killer. That either kills the appliance or else makes the appliance unusable in some way, so when we try to download the builder.log file it fails as shown. The root cause is that dnf is somehow using loads more memory in Rawhide. Closing as this appears to have been fixed in F26+ dnf. |