Hide disks that other udev rules marked as hidden from udisks#133
Hide disks that other udev rules marked as hidden from udisks#133marmarek merged 2 commits intoQubesOS:mainfrom
Conversation
This specifically should hide system partitions like EFI or BIOS boot. But do that before loop devices are hidden from udisks, as those are useful in qvm-block (booting from ISO image etc).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #133 +/- ##
=======================================
Coverage 60.60% 60.60%
=======================================
Files 6 6
Lines 952 952
Branches 104 104
=======================================
Hits 577 577
Misses 285 285
Partials 90 90 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025122104-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025111104-4.3&flavor=update
Failed tests57 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/158999#dependencies 14 fixed
Unstable testsDetailsPerformance TestsPerformance degradation:32 performance degradations
Remaining performance tests:119 tests
|
This specifically should hide system partitions like EFI or BIOS boot. But
do that before loop devices are hidden from udisks, as those are useful in
qvm-block (booting from ISO image etc).