-
-
Notifications
You must be signed in to change notification settings - Fork 125
Create filesystem on xvda1 on update #607
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #607 +/- ##
=======================================
Coverage 71.10% 71.10%
=======================================
Files 3 3
Lines 481 481
=======================================
Hits 342 342
Misses 139 139 ☔ 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=2025091704-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=2025081011-4.3&flavor=update
Failed tests25 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/149225#dependencies 85 fixed
Unstable testsPerformance TestsPerformance degradation:10 performance degradations
Remaining performance tests:164 tests
|
The new systemd (Debian trixie, Fedora 43) really insist on having proper filesystem on the EFI partition, otherwise it marks several units as failed. Create a filesystem there on package update too. Do not interrupt package update if it fails. Fixes QubesOS/qubes-issues#8954
The new systemd (Debian trixie, Fedora 43) really insist on having
proper filesystem on the EFI partition, otherwise it marks several units
as failed. Create a filesystem there on package update too.
Fixes QubesOS/qubes-issues#8954
TODO: