linux-system-roles / storage

Ansible role for linux storage management
https://linux-system-roles.github.io/storage/
MIT License
101 stars 59 forks source link

fix: Add libblockdev s390 and FS plugins to blivet dependencies list #467

Closed vojtechtrefny closed 1 month ago

vojtechtrefny commented 1 month ago

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.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

:exclamation: 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 ```diff @@ 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](https://app.codecov.io/gh/linux-system-roles/storage/pull/467/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles) | Coverage Δ | | |---|---|---| | [sanity](https://app.codecov.io/gh/linux-system-roles/storage/pull/467/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles) | `?` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

richm commented 1 month ago

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