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

Conversion fails when both CentOS and RHEL repos are behind a Satellite server #471

Open
bessonc opened this issue Mar 24, 2022 · 1 comment

Comments

@bessonc
Copy link

bessonc commented Mar 24, 2022

Unless I miss something, such a scenario does not seem handled for now.
The process tries to download the centos-release pkg after having disabled all repos from redhat.repo, hence it happens too late in the process.
=> Uninstalling the pkg in question from the RPMDB only (rpm -e --nodeps --justdb centos-release) fixed the issue for the customer.
=> On my side, in using standard/external CentOS repos, I needed to add "7" in /etc/yum/vars/releasever and then hacked the code to remove that file before convert2rhel invokes a repoquery against RHEL7 repos (where $releasever must be "7Server" instead).

@bessonc bessonc changed the title Conversion fails when both CentOS and RHEL repos behind a Satellite server Conversion fails when both CentOS and RHEL repos are behind a Satellite server Mar 24, 2022
@bocekm
Copy link
Member

bocekm commented May 6, 2022

@bessonc, thanks for the report. It is indeed a bug on the convert2rhel side. We're tracking it under https://issues.redhat.com/browse/RHELC-16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants