Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS Stream 8 is EOL #4659

Closed
iPraveenParihar opened this issue Jun 4, 2024 · 4 comments · Fixed by #4744 or #4911
Closed

CentOS Stream 8 is EOL #4659

iPraveenParihar opened this issue Jun 4, 2024 · 4 comments · Fixed by #4744 or #4911
Labels
dependency/ceph depends on core Ceph functionality keepalive This label can be used to disable stale bot activiity in the repo

Comments

@iPraveenParihar
Copy link
Contributor

iPraveenParihar commented Jun 4, 2024

CI was failing to build ceph-csi image

#8 [updated_base 4/4] RUN dnf -y update --nobest        && dnf -y install nfs-utils        && dnf clean all        && rm -rf /var/cache/yum
#8 0.555 CentOS Stream 8 - AppStream                     490  B/s |  38  B     00:00    
#8 0.563 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
#8 ERROR: process "/bin/sh -c dnf -y update --nobest        && dnf -y install nfs-utils        && dnf clean all        && rm -rf /var/cache/yum" did not complete successfully: exit code: 1
------
 > [updated_base 4/4] RUN dnf -y update --nobest        && dnf -y install nfs-utils        && dnf clean all        && rm -rf /var/cache/yum:
0.555 CentOS Stream 8 - AppStream                     490  B/s |  38  B     00:00    
0.563 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist

CentOS 8 was EOL on 31 May 2024.
And quay.io/ceph/ceph:v18 is based on CentOS 8 stream. Probably that is the reason.

pm@dhcp53-176:~$ podman run --rm -it quay.io/ceph/ceph:v18 cat /etc/os-release
NAME="CentOS Stream"
VERSION="8"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Stream 8"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://centos.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream"

Workaround for now will be to update the centos repo url. This should be removed once the base image (ceph) is updated to a version with a newer CentOS.

Originally posted by @iPraveenParihar in #4658 (comment)

@nixpanic nixpanic added the dependency/ceph depends on core Ceph functionality label Jun 6, 2024
Copy link

github-actions bot commented Jul 6, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the wontfix This will not be worked on label Jul 6, 2024
Copy link

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 14, 2024
@iPraveenParihar iPraveenParihar removed the wontfix This will not be worked on label Jul 15, 2024
@iPraveenParihar iPraveenParihar added the keepalive This label can be used to disable stale bot activiity in the repo label Jul 15, 2024
@nixpanic
Copy link
Member

The quay.io/ceph/ceph:v18 image has been updated to CentOS Stream 9. New builds won't use CentOS 8 anymore.

nixpanic added a commit to nixpanic/ceph-csi that referenced this issue Jul 31, 2024
The Squid container-image that is used as base for the Ceph-CSI
container-image uses CentOS Stream 9.

Closes: ceph#4659
Signed-off-by: Niels de Vos <ndevos@ibm.com>
@mergify mergify bot closed this as completed in #4744 Jul 31, 2024
@mergify mergify bot closed this as completed in e3697f4 Jul 31, 2024
nixpanic added a commit to nixpanic/ceph-csi that referenced this issue Oct 16, 2024
The Ceph base container-image moved to CentOS Stream 9, so there is no
need to adapt the repositories anymore.

Closes: ceph#4659
Signed-off-by: Niels de Vos <ndevos@ibm.com>
nixpanic added a commit to nixpanic/ceph-csi that referenced this issue Oct 16, 2024
The Ceph base container-image moved to CentOS Stream 9, so there is no
need to adapt the repositories anymore.

Closes: ceph#4659
Signed-off-by: Niels de Vos <ndevos@ibm.com>
mergify bot pushed a commit that referenced this issue Oct 16, 2024
The Ceph base container-image moved to CentOS Stream 9, so there is no
need to adapt the repositories anymore.

Closes: #4659
Signed-off-by: Niels de Vos <ndevos@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency/ceph depends on core Ceph functionality keepalive This label can be used to disable stale bot activiity in the repo
Projects
None yet
2 participants