#7903 Fedora Mirrorlist Proxies are Broken on some systems
Closed: Fixed 4 years ago by smooge. Opened 4 years ago by smooge.

Various servers are registering broken mirrorlists or out of date data.


Metadata Update from @smooge:
- Issue assigned to smooge

4 years ago

Metadata Update from @smooge:
- Issue priority set to: None (was: Needs Review)

4 years ago

Analysis of systems sees that F29 got a major ABI/API breaking update of podman. The older version was 0.10.4 and the new version is 1.4.0. The 1.4.0 no longer has options which our scripts use and when the restarts occurred on various proxies this caused error outs.

Current fix is:

dnf remove podman-manpages
dnf downgrade podman
systemctl start mirrorlist1
/usr/local/bin/restart-mirrorlist-containers

Longer term fix is to find who pushed the major change and have some words as I didn't see this announced on devel lists. After that fix the service command and update the playbooks and update the tools appropriately. [Man pages for 1.4.0 seem to have lost all log entries so no idea what the replacement is.]

Correction podman-1.2.0-2.git3bd528e.fc29.x86_64 was what was on the servers before.

Updated systemctl startup to no longer mention --log-driver which is a no-op with podman. Updated proxy01 to see if this fixed the issue and saw that it did.

Metadata Update from @smooge:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata