Bug 713752
Summary: | Missing .treeinfo file logged as an error | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Jay Dobies <jason.dobies> |
Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED NOTABUG | QA Contact: | Preethi Thomas <pthomas> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | ktordeur, skarmark |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | Sprint 25 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-07-06 13:24:23 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: | |||
Bug Depends On: | |||
Bug Blocks: | 688298 |
Description
Jay Dobies
2011-06-16 13:36:30 UTC
ok These are directly logged by apache and not by pulp or grinder. Try doing a simple $ GET http://localhost/pub/foo <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /pub/foo was not found on this server.</p> <hr> <address>Apache/2.2.15 (Red Hat) Server at localhost Port 80</address> </body></html> $ tail /var/log/httpd/error_log [Tue Jul 05 23:19:31 2011] [error] [Wed Jul 06 00:31:16 2011] [error] [client 127.0.0.1] File does not exist: /var/www/html/pub So when CDS syncs content(grinder) will look for treeinfo for kickstart trees as part of sync and if it cant find it, we retry and skip to package syncs. when grinder is asking for treeinfo and getting a 404, apache logs this "File not Found" Error in apache logs. For the sake of bug report completeness, the CDS can't skip that step to look for treeinfo since it's the only way it will know if there are kickstart trees, correct? I'm going to close this as not a bug. It's not worth the explanation of putting it in the docs since I think this is only the sort of thing QE would pick up on. Pulp doesn't report an error on the CDS sync so everything is functioning as expected. |