Bug 1178127
| Summary: | EPEL Sync not working | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Stephan Schultchen <stephan.schultchen> |
| Component: | rpm-support | Assignee: | pulp-bugs |
| Status: | CLOSED DUPLICATE | QA Contact: | pulp-qe-list |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.5 | CC: | bcourt |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-02 18:33:55 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: | |||
|
Description
Stephan Schultchen
2015-01-02 13:28:12 UTC
Hi, I just verified your steps and was able to sync & publish epel properly. It appears that they have fixed the errata with the overly long title. Pulp has a separate bug to handle this case at https://bugzilla.redhat.com/show_bug.cgi?id=1175616 Just realized I was testing on an older version of Mongo that doesn't show this issue. You should be able to work around this issue with by opening the mongo shell and dropping the title index from the units_erratum collection:
# mongo pulp_database
# db.units_erratum.dropIndex("title_1")
*** This bug has been marked as a duplicate of bug 1175616 ***
|