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

WIP feat: added support for Centos 9 Stream #2038

Closed

Conversation

Rajpratik71
Copy link
Contributor

Description of your changes:
WIP feat: added support for Centos 9 Stream

Which issue is resolved by this Pull Request:
Resolves #2033

Checklist:

  • [*] Documentation has been updated, if necessary.
  • [*] Pending release notes updated with breaking and/or notable changes, if necessary.

Signed-off-by: Pratik Raj rajpratik71@gmail.com

@Rajpratik71 Rajpratik71 changed the title feat: added support for Centos 9 Stream WIP feat: added support for Centos 9 Stream Jul 26, 2022
@Rajpratik71
Copy link
Contributor Author

This is one other approach I was trying before #2037 .

Here, I got stuck due to a lot of templating done for extracting the CentOS version and using that in URLs.

And I think, the issue of the missing packages will be faced here which happened in #2037

djgalloway pushed a commit to ceph/ceph-build that referenced this pull request Aug 10, 2022
ceph-container isn't ready yet.  There is work being done in ceph/ceph-container#2038 but our build scripts still need a lot of adjustments.

Signed-off-by: David Galloway <dgallowa@redhat.com>
@prazumovsky
Copy link

Does this PR blocked? There are no updates for a long time.

@calvinxu
Copy link

How about this PR progress, when it is expected to be merged for resolving this issue #2033? Suppose by then Ceph-CSI project to use the CentOS Stream 9 as it's OS container-image?

@nixpanic
Copy link
Member

@Rajpratik71 or @djgalloway, could you let us know what still needs to be done for this PR? There is a lot of interest in this, maybe someone else can assist with finalizing the work.

Copy link
Member

@nixpanic nixpanic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI job fails in the switch to podman step. Podman is already installed on recent GitHub runners with ubuntu-latest. There is no need to install podman a 2nd time.

@@ -0,0 +1,4 @@
echo 'Postinstall cleanup' && \
(rm -rf "/usr/bin/hyperkube /usr/bin/etcd /usr/bin/systemd-analyze /usr/share/hwdata/{iab.txt,oui.txt} /etc/profile.d/lang.sh" && \
yum clean all && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider using the dnf command, yum still works, but redirects to dnf

@djgalloway
Copy link

@Rajpratik71 or @djgalloway, could you let us know what still needs to be done for this PR? There is a lot of interest in this, maybe someone else can assist with finalizing the work.

I'm sorry but I'm no longer working on the Ceph project so I'm not sure what the path to get this merged might look like.

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
@Rajpratik71
Copy link
Contributor Author

@Rajpratik71 or @djgalloway, could you let us know what still needs to be done for this PR? There is a lot of interest in this, maybe someone else can assist with finalizing the work.

@nixpanic you can assume current changes as base changes which need more modification and testing for CentOS 9 support.

@nixpanic
Copy link
Member

#2183 seems to have been a replacement for this. @guits can probably confirm and close this PR.

Copy link

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

@github-actions github-actions bot added the stale label Apr 10, 2024
Copy link

This pull request has been automatically closed due to inactivity. Please re-open if these changes are still required.

@github-actions github-actions bot closed this Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

csi-rbdplugin pods remains in "CrashLoopBackOff" due to old version of modprobe in ceph container image
5 participants