-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I get this strange failure of yum that is non-reproducible - if I go back and re-run the command on the same cluster, it succeeds. Has anyone else seen that? I'm guessing the mirror site used by the yum repo was busy, is there a way to make yum more robust in the face of this by retrying? I'm going to try ansible yum module and see if that's more resilient. I could also try "yum -t --randomwait=1" , because maybe having all these linodes attack the yum repo server at the same time contributes to the problem.
$ ansible -m shell -a 'yum install -y wget yum-utils' all
[WARNING]: Consider using yum module rather than running yum
mgr-000 | FAILED | rc=1 >>
One of the configured repositories failed (Unknown),
and yum doesn't have enough cached data to continue.
Metadata
Metadata
Assignees
Labels
No labels