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 handling of debug/verbose in {pre,}upgrade #625

Merged
merged 1 commit into from
Jun 16, 2020

Conversation

vinzenz
Copy link
Member

@vinzenz vinzenz commented Apr 20, 2020

Previously changes have been introduced that caused the debug/verbose
information not to be stored correctly to the database, which led to
different output behavior after reboot. (No debug/verbose output after
resuming the execution)

This patch changes the order when this data is processed so the
configuration is updated correctly.

JIRA-Taks: OAMG-3087
Signed-off-by: Vinzenz Feenstra vfeenstr@redhat.com

Previously changes have been introduced that caused the debug/verbose
information not to be stored correctly to the database, which led to
different output behavior after reboot. (No debug/verbose output after
resuming the execution)

This patch changes the order when this data is processed so the
configuration is updated correctly.

JIRA-Taks: OAMG-3087
Signed-off-by: Vinzenz Feenstra <vfeenstr@redhat.com>
@vinzenz vinzenz requested a review from pirat89 April 20, 2020 13:58
@leapp-bot
Copy link
Collaborator

Thank you for contributing to the Leapp project!

Please note that every PR needs to comply with the Leapp Guidelines, pass tests and linter checks before it can be merged.

If you want to re-run tests or request review, you can use following commands as a comment:

  • leapp-ci build to run unit tests and copr build
  • e2e tests to run unit tests, copr build and end-to-end tests (OAMG members only)
  • review please to notify leapp developers of review request

@vinzenz
Copy link
Member Author

vinzenz commented Apr 20, 2020

e2e tests

@AloisMahdal
Copy link

Integration failed because we've recently added int.test that would depend on RHSM, but also few months ago we disabled RHSM (to increase reliability, ie avoid stage cdn). For now I've re-enabled RHSM to keep the coverage. If stage CDN will start acting out we'll see..

IOW, you can re-run tests of needed.

@AloisMahdal
Copy link

e2e tests

@drehak drehak self-requested a review April 21, 2020 08:18
Copy link
Contributor

@drehak drehak left a comment

Choose a reason for hiding this comment

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

LGTM

@AloisMahdal
Copy link

integration failed due to timeout. will reschedule

@AloisMahdal
Copy link

e2e tests

@drehak
Copy link
Contributor

drehak commented Apr 29, 2020

@AloisMahdal are the tests failing or is this just a CI problem?

@pirat89
Copy link
Member

pirat89 commented Apr 29, 2020

@drehak code is ok. it is error of tests or ci (summarizing what we discussed with @AloisMahdal in the past)

@pirat89
Copy link
Member

pirat89 commented Apr 29, 2020

e2e tests

@pirat89 pirat89 merged commit f1d94d2 into oamg:master Jun 16, 2020
MichalHe pushed a commit to MichalHe/leapp that referenced this pull request Aug 12, 2021
## Packaging
- Bump required leapp-framework capability to 1.4 (oamg#642)

## Upgrade handling
### Fixes
- Fix comparison of the newest installed and booted kernel (oamg#600)
- Fix remediation command for ipa-server removal (oamg#617)
- Fix crash due to missing network interfaces during upgrade phases (oamg#625)
- Fix error with /boot/efi existing on non-EFI systems (oamg#627)
- Fix false positive detection of issue in /etc/default/grub that led into GRUB prompt (oamg#587)
- Fix syntax error in upgrade script (oamg#619)
- Inhibit upgrade with mount options in fstab that break mounting on RHEL 8 (oamg#639)
- Inhibit upgrade on s390x machines with /boot on a separate partition (oamg#641)
- Inhibit upgrade if multiple kernel-debug pkgs are installed (oamg#599)
- Remove the initial-setup package to avoid it asking for EULA acceptance during upgrade (oamg#626)
- Remove the *leapp-resume* service after the *FirstBoot* phase to prevent kill of the leapp process on `systemctl daemon-reload` (oamg#611)

### Enhancements
- Add upgrade support for SAP HANA (own upgrade path) (oamg#503)
- Allow upgrade with SCA enabled manifest (oamg#615)
- Add actors to migrate Quagga to FRR (oamg#467)
- Add stable uniq Key id for every dialog (oamg#618)
- Respect the *kernel-rt* package (oamg#600)

## Additional changes interesting for devels
- Add a possibility to overwrite virtualenv name using `$VENVNAME` (oamg#613)
- Update product certificates for RHEL 8.3 GA and 8.4 Beta/HTB (oamg#624)

Related leapp release: https://github.com/oamg/leapp/releases/tag/v0.12.0
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

Successfully merging this pull request may close these issues.

5 participants