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

Ensure /run/elemental/efi is RW for upgrades #1976

Merged

Conversation

davidcassany
Copy link
Contributor

@davidcassany davidcassany commented Feb 26, 2024

This fixes a regression introduced in 4cab6a0

In upgrade or reset hooks we can't assume /run/elemental/efi is mounted as RW for the suc-upgrade script, which recursively bind mounts /run and /dev into the container environment before calling elemental. The elemental binary detects the EFI partition at /host/run/elemental/efi, hence it remounts under /host mountpoint not at /run/elemental/efi.

IMHO the boot_assessment logic as a whole should be reviewed in the future, current approach is a bit convoluted and prone to fall into this sort of traps.

@davidcassany davidcassany requested a review from a team as a code owner February 26, 2024 11:52
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.97%. Comparing base (e04b8c2) to head (fafe997).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1976   +/-   ##
=======================================
  Coverage   72.97%   72.97%           
=======================================
  Files          74       74           
  Lines        8722     8722           
=======================================
  Hits         6365     6365           
  Misses       1838     1838           
  Partials      519      519           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@davidcassany davidcassany merged commit 547cb93 into rancher:main Feb 26, 2024
16 of 18 checks passed
@davidcassany davidcassany deleted the fix_boot_assessment_regression branch February 26, 2024 13:08
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.

3 participants