Bug 1454310
Summary: | cdn-sync tries to download packages again and again when no free space left on device. | |||
---|---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Martin Korbel <mkorbel> | |
Component: | Satellite Synchronization | Assignee: | Gennadii Altukhov <galtukho> | |
Status: | CLOSED WONTFIX | QA Contact: | Ales Dujicek <adujicek> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 580 | CC: | adujicek, galtukho, jdostal, tlestach | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | spacewalk-backend-2.5.3-158-sat | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1482981 (view as bug list) | Environment: | ||
Last Closed: | 2018-01-16 13:37:27 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: | 1483524 | |||
Bug Blocks: | 1450111, 1482981 |
Description
Martin Korbel
2017-05-22 12:34:37 UTC
These traceback are printed from urlgrabber library code. Thrown exceptions are catched. Let's investigate this after GA. As Jan mentioned in comment#1 the problem error message is printed from within the urlgrabber library. I created a bug for them BZ 1483524. This is only a half of problem. The second part is fixed in our code in upstream. spacewalk.git: 830aa5eb6eda3d61bd1e5586fdacd049ead4c717 BZ 1483524 closed as WONTFIX, so we have only one fix in our code. switch to MODIFIED. the fix is adding workaround for urgrabber version 3.10 and above, but RHEL 6 has version 3.9. So switch the BZ to WONTFIX. |