Issue installing latest linux-firmware package

Latest response

I'm experiencing the following issue from a RHEL 9.2 instance running in the azure south central region. This seems like a cdn cache issue, but I'm not sure how to troubleshoot this any farther.

[wguser@ansible-rhel-agent-02 ~]$ sudo dnf upgrade
Updating Subscription Management repositories.
Last metadata expiration check: 0:45:21 ago on Mon 27 Nov 2023 02:21:51 PM CST.
Dependencies resolved.
=====================================================================================================================================================================================================================
 Package                                               Architecture                           Version                                            Repository                                                     Size
=====================================================================================================================================================================================================================
Upgrading:
 linux-firmware                                        noarch                                 20230814-140.el9_3                                 rhel-9-for-x86_64-baseos-rpms                                 308 M
 linux-firmware-whence                                 noarch                                 20230814-140.el9_3                                 rhel-9-for-x86_64-baseos-rpms                                  83 k
 powershell                                            x86_64                                 7.4.0-1.rh                                         packages-microsoft-com-prod                                    67 M

Transaction Summary
=====================================================================================================================================================================================================================
Upgrade  3 Packages

Total download size: 375 M
Is this ok [y/N]: ^COperation aborted.
[wguser@el5-ansible-rhel-agent-02 ~]$ sudo dnf upgrade -y
Updating Subscription Management repositories.
Last metadata expiration check: 0:45:40 ago on Mon 27 Nov 2023 02:21:51 PM CST.
Dependencies resolved.
=====================================================================================================================================================================================================================
 Package                                               Architecture                           Version                                            Repository                                                     Size
=====================================================================================================================================================================================================================
Upgrading:
 linux-firmware                                        noarch                                 20230814-140.el9_3                                 rhel-9-for-x86_64-baseos-rpms                                 308 M
 linux-firmware-whence                                 noarch                                 20230814-140.el9_3                                 rhel-9-for-x86_64-baseos-rpms                                  83 k
 powershell                                            x86_64                                 7.4.0-1.rh                                         packages-microsoft-com-prod                                    67 M

Transaction Summary
=====================================================================================================================================================================================================================
Upgrade  3 Packages

Total download size: 375 M
Downloading Packages:
(1/3): linux-firmware-whence-20230814-140.el9_3.noarch.rpm                                                                                                                           235 kB/s |  83 kB     00:00
[MIRROR] linux-firmware-20230814-140.el9_3.noarch.rpm: Curl error (18): Transferred a partial file for https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/Packages/l/linux-firmware-20230814-140.el9_3.noarch.rpm [transfer closed with 159525028 bytes remaining to read]
(2/3): powershell-7.4.0-1.rh.x86_64.rpm                                                                                                                                               19 MB/s |  67 MB     00:03
[MIRROR] linux-firmware-20230814-140.el9_3.noarch.rpm: Curl error (18): Transferred a partial file for https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/Packages/l/linux-firmware-20230814-140.el9_3.noarch.rpm [transfer closed with 159525028 bytes remaining to read]
[MIRROR] linux-firmware-20230814-140.el9_3.noarch.rpm: Curl error (18): Transferred a partial file for https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/Packages/l/linux-firmware-20230814-140.el9_3.noarch.rpm [transfer closed with 159525028 bytes remaining to read]
[MIRROR] linux-firmware-20230814-140.el9_3.noarch.rpm: Curl error (18): Transferred a partial file for https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/Packages/l/linux-firmware-20230814-140.el9_3.noarch.rpm [transfer closed with 159525028 bytes remaining to read]
[FAILED] linux-firmware-20230814-140.el9_3.noarch.rpm: No more mirrors to try - All mirrors were already tried without success

The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Error downloading packages:
  linux-firmware-20230814-140.el9_3.noarch: Cannot download, all mirrors were already tried without success
[wguser@ansible-rhel-agent-02 ~]$

Responses