-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify upgrade targets.[localhost] Check latest available OpenShift RPM version #14772
Comments
The installer doesn't use the epel repo and I think that's the repo that most often creates these problems. However, we could loop through creating the yum cache a few times and then ensure that all repo interactions only rely on the cache. However the nature of the mirroring system is that it's sticky so you'll likely get the same bad mirror again and my experience is that these sort of errors tend to last 15 minutes to an hour so I don't think we want to wait indefinitely for the mirror to settle. @stevekuznetsov what do you think we should do here? |
Hmm... maybe we should just disable EPEL before testing. Let me try that out. |
@stevekuznetsov curious if you were able to try removing EPEL? |
No, have not had time to do that. Looks like we haven't hit this since, though |
facing the same issue on CentOS Linux release 7.3.1611 (Core) trying to install Openshift |
@arroadie I think something just broke with epel ... as I just came here via google, suddenly experiencing something similar when attempting a simple |
and that's why we can't have nice things. Thanks @fredrikaverpil |
Pretty sure this is an epel error - I'm seeing the same error on a centos VM
And disabling epel allows functionality again
|
Seeing this on Amazon Linux from EC2 too, for https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=x86_64 (unrelated to openshift, but where does one report this bug? Figured the Redhat-people might know) |
Looks like it's fixed @fdr @jessicalucci @fredrikaverpil |
yeah @dmage , you may want to try that again in a couple hours. From what I read epel is updated with rsync and sometimes it fails to propagate leaving that as result. |
epel repo has been removed so I believe this particular yum failure should never happen again. Right @stevekuznetsov |
Heck yeah |
Actually no, it can happen during image builds as we turn on |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
I think we've squashed this bad boy. /close |
https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_extended_conformance_install_update/1448
The text was updated successfully, but these errors were encountered: