uyuni-project / uyuni

Source code for Uyuni
https://www.uyuni-project.org/
GNU General Public License v2.0
411 stars 171 forks source link

Disable transactional-update.timer on SLEM at bootstrap #8981

Open m-czernek opened 3 days ago

m-czernek commented 3 days ago

What does this PR change?

When bootstrapping SLEM, disable the SLEM's reboot timer so that it does not interfere with SUMA's timed work, e.g. reposyncing or other scheduled work.

GUI diff

No difference.

Before:

After:

Documentation

TODO: After this PR's approval, this needs to be reflected in docs.

Test coverage

Links

Issue(s): # https://github.com/SUSE/spacewalk/issues/24251

Changelogs

Make sure the changelogs entries you are adding are compliant with https://github.com/uyuni-project/uyuni/wiki/Contributing#changelogs and https://github.com/uyuni-project/uyuni/wiki/Contributing#uyuni-projectuyuni-repository

If you don't need a changelog check, please mark this checkbox:

If you uncheck the checkbox after the PR is created, you will need to re-run changelog_test (see below)

Re-run a test

If you need to re-run a test, please mark the related checkbox, it will be unchecked automatically once it has re-run:

Before you merge

Check How to branch and merge properly!