Percona CentOS Repo failing

As of Aug 14th, the repodata files were updated on the [url]http://repo.percona.com/release/7/RPMS/x86_64/repodata[/url] folder and since then all of the servers in my infrastructure are showing YUM errors for the Percona repo:

yum.Errors.NoMoreMirrorsRepoError: failure: repodata/df313bc941a2cd215ba3e2f4091f75e240dcf23e3b0a4c416c45cb1831cd7504-primary.sqlite.bz2 from percona-release-x86_64: [Errno 256] No more mirrors to try.
[url]http://repo.percona.com/release/7/RPMS/x86_64/repodata/df313bc941a2cd215ba3e2f4091f75e240dcf23e3b0a4c416c45cb1831cd7504-primary.sqlite.bz2:[/url] [Errno 14] HTTP Error 404 - Not Found

yum.Errors.NoMoreMirrorsRepoError: failure: repodata/df313bc941a2cd215ba3e2f4091f75e240dcf23e3b0a4c416c45cb1831cd7504-primary.sqlite.bz2 from percona-release-x86_64: [Errno 256] No more mirrors to try.
[url]http://repo.percona.com/release/7/RPMS/x86_64/repodata/df313bc941a2cd215ba3e2f4091f75e240dcf23e3b0a4c416c45cb1831cd7504-primary.sqlite.bz2:[/url] [Errno 14] HTTP Error 404 - Not Found

I have already tried removing the repo and reinstalling it, making sure to run sudo yum clean all and to remove the cache files before reinstalling it, and the problem continues. The files it is looking for don’t exist on the repo anymore in the repodata folder. How can this be addressed?

Hi Troy,

First, lets make sure your server can properly access the repo. Please paste the results of the bash command:
[INDENT] | awk ‘BEGIN{FS=“"”}/.?z/{print $2}’;
echo ${PIPESTATUS[0]}

[/INDENT]
Also, can you try [B]command and let me know if that helps.

–Dave