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: Add libblockdev s390 and FS plugins to blivet dependencies list #467

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

vojtechtrefny
Copy link
Collaborator

The s390 plugin is needed everywhere but on s390 only (it is not available on other architectures). The filesystem plugin is needed only on Fedora and CentOS/RHEL 10.

libblockdev-s390 is available only on s390x architecture so we
can't add it as dependency everywhere.
Latest blivet on Fedora and RHEL/CentOS 10 uses libblockdev FS
plugin for filesystem operations.
Copy link

codecov bot commented Aug 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 10.73%. Comparing base (bb51979) to head (dd868c6).
Report is 10 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (bb51979) and HEAD (dd868c6). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (bb51979) HEAD (dd868c6)
sanity 1 0
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #467      +/-   ##
==========================================
- Coverage   16.54%   10.73%   -5.81%     
==========================================
  Files           2        8       +6     
  Lines         284     1946    +1662     
  Branches       79        0      -79     
==========================================
+ Hits           47      209     +162     
- Misses        237     1737    +1500     
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.

@richm
Copy link
Contributor

richm commented Aug 2, 2024

Tests pass el9 and el10 on s390x - no regressions seen either

@richm richm merged commit 27a4726 into linux-system-roles:main Aug 2, 2024
18 of 19 checks passed
richm added a commit to richm/linux-system-roles-storage that referenced this pull request Aug 16, 2024
Due to linux-system-roles#467
architecture is now a required Ansible fact

Signed-off-by: Rich Megginson <[email protected]>
richm added a commit that referenced this pull request Aug 16, 2024
Due to #467
architecture is now a required Ansible fact

Signed-off-by: Rich Megginson <[email protected]>
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.

2 participants