| Summary: | RFE: anaconda selects an unknown mirror | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | cornel panceac <cpanceac> |
| Component: | dnf | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 24 | CC: | anaconda-maint-list, cpanceac, g.kaviyarasu, jmracek, jonathan, jsilhan, mluscon, packaging-team-maint, pnemade, vanmeeuwen+fedora, vmukhame |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-16 11:49:14 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: | |
|
Description
cornel panceac
2016-04-26 13:07:14 UTC
Anaconda doesn't actually handle the mirror selection. It is handled by DNF and isn't available to display or edit in the source spoke. Then please consider it a request for enhancement. We would need some way of getting that information from dnf first. AFAIK, there is no such thing like strictly selected mirror for downloading. Librepo, the library used by DNF for downloading, skips slow mirrors on the basis of config options minrate and timeout. Therefore you should rather tweak those options to better suits your needs or consider fastestmirror=True. Please let us know whether this solution is acceptable for you. It's ok if librepo skips some mirrors but i'd like to add my own excluded mirrors, like in the yum times. Of course this needs to be done before the mirror is actually selected. I don't know if tweaking those config options is enough because i have resons to believe some mirrors use kinda cache which makes them fastest in the first 50 MB or so. Also i don't know where these options can be tweaked :) *** This bug has been marked as a duplicate of bug 1235982 *** Please can you provide information how you did the selection in YUM. When we know your formal approach with yum, we can find a solution for dnf. I have not selected a certain mirror to use,just excluded known bad mirrors as documented here: https://wiki.centos.org/PackageManagement/Yum/FastestMirror |