| Summary: | virt-install python urlfetcher.py error: http://URL/images/pxeboot/vmlinuz: 'int' object has no attribute 'isdigit' | |||
|---|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | bduff | |
| Component: | virt-manager | Assignee: | Cole Robinson <crobinso> | |
| Status: | CLOSED UPSTREAM | QA Contact: | ||
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | unspecified | CC: | berrange, crobinso, gscrivan, rbalakri | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1297900 (view as bug list) | Environment: | ||
| Last Closed: | 2016-01-12 17:50:51 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1297900 | |||
|
Description
bduff
2016-01-11 23:33:03 UTC
Thanks for the report, and the patch! It's better to default to size=None instead, since that gives better progressbar behavior. I pushed a fix:
commit eae7dc061968a83fef8ebb632c8f939621ff22b1
Author: Cole Robinson <crobinso>
Date: Tue Jan 12 12:45:02 2016 -0500
urlfetcher: Fix URL installs when content-length header missing
Suggested-by: bduff
|