Failed to download metadata for repo 'rhceph-4-tools-for-rhel-8-x86_64-rpms'

Latest response

We are running into this message whenever we are performing any yum commands as part of a OSP16 deployment.

[root@director16 ~]# yum clean all
Updating Subscription Management repositories.
/usr/lib/python3.6/site-packages/dateutil/parser/_parser.py:70: UnicodeWarning: decode() called on unicode string, see https://bugzilla.redhat.com/show_bug.cgi?id=1693751
instream = instream.decode()

48 files removed
[root@director16 ~]# rm -rf /var/cache/dnf
[root@director16 ~]# yum repolist
Updating Subscription Management repositories.
/usr/lib/python3.6/site-packages/dateutil/parser/_parser.py:70: UnicodeWarning: decode() called on unicode string, see https://bugzilla.redhat.com/show_bug.cgi?id=1693751
instream = instream.decode()

Red Hat OpenStack Platform 16 for RHEL 8 x86_64 (RPMs) 508 kB/s | 1.1 MB 00:02
Red Hat Ansible Engine 2.8 for RHEL 8 x86_64 (RPMs) 349 kB/s | 553 kB 00:01
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs) 6.7 MB/s | 14 MB 00:02
Red Hat Enterprise Linux 8 for x86_64 - High Availability (RPMs) 753 kB/s | 1.4 MB 00:01
Red Hat Ceph Storage Tools 4 for RHEL 8 x86_64 (RPMs) 828 B/s | 382 B 00:00
Failed to download metadata for repo 'rhceph-4-tools-for-rhel-8-x86_64-rpms'
Error: Failed to download metadata for repo 'rhceph-4-tools-for-rhel-8-x86_64-rpms'
[root@director16 ~]# yum update
Updating Subscription Management repositories.
/usr/lib/python3.6/site-packages/dateutil/parser/_parser.py:70: UnicodeWarning: decode() called on unicode string, see https://bugzilla.redhat.com/show_bug.cgi?id=1693751
instream = instream.decode()

Red Hat Ceph Storage Tools 4 for RHEL 8 x86_64 (RPMs) 798 B/s | 382 B 00:00
Failed to download metadata for repo 'rhceph-4-tools-for-rhel-8-x86_64-rpms'
Error: Failed to download metadata for repo 'rhceph-4-tools-for-rhel-8-x86_64-rpms'
[root@director16 ~]#

Is there a current issue with CDN? https://status.redhat.com/ shows everything is fine.

Responses