Skip to content

Conversation

@richm
Copy link
Contributor

@richm richm commented Mar 3, 2025

Cause: The blivet module adds kmod-kvdo as a required package on
platforms that do not have the pacakge.

Consequence: The package fails to be installed on EL10 and causes
the role to fail with an error.

Fix: Ensure kmod-kvdo is not added as a required package on EL10.

Result: The storage role does not give an error when using VDO
on EL10 and later.

Signed-off-by: Rich Megginson rmeggins@redhat.com

@codecov
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 10.72%. Comparing base (59fd1c6) to head (2ece568).
Report is 32 commits behind head on main.

Files with missing lines Patch % Lines
library/blivet.py 0.00% 4 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (59fd1c6) and HEAD (2ece568). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (59fd1c6) HEAD (2ece568)
sanity 1 0
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #514      +/-   ##
==========================================
- Coverage   16.54%   10.72%   -5.83%     
==========================================
  Files           2        8       +6     
  Lines         284     1949    +1665     
  Branches       79        0      -79     
==========================================
+ Hits           47      209     +162     
- Misses        237     1740    +1503     
Flag Coverage Δ
sanity ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Cause: The blivet module adds `kmod-kvdo` as a required package on
platforms that do not have the pacakge.

Consequence: The package fails to be installed on EL10 and causes
the role to fail with an error.

Fix: Ensure `kmod-kvdo` is not added as a required package on EL10.

Result: The storage role does not give an error when using VDO
on EL10 and later.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
@richm richm changed the title fix: there is no kmod-vdo on EL10 and later fix: there is no kmod-kvdo on EL10 and later Mar 3, 2025
@richm
Copy link
Contributor Author

richm commented Mar 3, 2025

[citest]

@richm
Copy link
Contributor Author

richm commented Mar 3, 2025

[citest_bad]

@richm richm merged commit dddbcb9 into linux-system-roles:main Mar 6, 2025
25 of 27 checks passed
@richm richm deleted the fix-vdo-el10 branch March 6, 2025 18:25
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