-
-
Notifications
You must be signed in to change notification settings - Fork 44
Add option to use --force in qui-domains shutdown #279
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 #279 +/- ##
==========================================
- Coverage 93.01% 92.97% -0.05%
==========================================
Files 64 64
Lines 13277 13278 +1
==========================================
- Hits 12350 12345 -5
- Misses 927 933 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Nice, for someone that uses the qui-domains for that, that is nice. Would it be possible that with a |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025110304-4.3&flavor=pull-requests Test run included the following:
Upload failures
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025081011-4.3&flavor=update
Failed tests20 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/149225#dependencies 81 fixed
Unstable testsPerformance TestsPerformance degradation:18 performance degradations
Remaining performance tests:161 tests
|
Hm, maybe, to make it into a "when shift is pressed change shutdown to force shutdown" thing. |
|
This should apply to qube restart too - even more useful there. |
|
Applies to qube restart and reacts to shift. Also, this shows some weird Glib error, but the error looks like pygobject-asyncio bug, not ours, and does not interfere with functionality. |
If a VM cannot be shut down normally, ask the user if they want to force a shutdown. Also if shift is pressed, normal options are replaced with Force shutdown/force restart. fixes QubesOS/qubes-issues#10029
If a VM cannot be shut down normally, ask the user if they want to force a shutdown.
fixes QubesOS/qubes-issues#10029