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

fix de-registration of non-free extensions #215

Open
rjschwei opened this issue Oct 21, 2024 · 0 comments
Open

fix de-registration of non-free extensions #215

rjschwei opened this issue Oct 21, 2024 · 0 comments

Comments

@rjschwei
Copy link
Contributor

rjschwei commented Oct 21, 2024

#208 introduced

suseconnect = run_SUSEConnect(
                    registration_target=get_current_smt(),
                    product=triplet,
                    de_register=True
              )

However, this will fail on a transactional-update system. While the run_SUSEConnect function uses the proper command, i.e. transactional-update instead of SUSEConnect the transactional-update command does not have a deregister option. We should create a feature request for such an option and this issue becomes moot.

At this moment this is not an issue as we do not have LTSS for SL-Micro. However, the requirements doc for SLES 16 For SAP includes a transaction-update setup and SLES For SAP will eventually have LTSS support. As such this needs to be addressed to also support deregistration via transactional-update

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

1 participant