-
Notifications
You must be signed in to change notification settings - Fork 46
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
Investigate updater not restarting some qubes #1127
Comments
From the looks of this, the qubes which got restarted ( |
Turns out this change in behavior was a consequence of a bug we opened. In short, |
After an update to qubes-vm-update [1] (which the SDW updater uses under the hood) `--restart` was changed to only restart `sys-*` qubes. The new qubes-vm-update flag --apply-to-all has the behavior we intend. Fixes freedomofpress#1127 [1]: QubesOS/qubes-core-admin-linux@93078d0b
After an update to qubes-vm-update [1] (which the SDW updater uses under the hood) `--restart` was changed to only restart `sys-*` qubes. The new qubes-vm-update flag --apply-to-all has the behavior we intend. Fixes #1127 [1]: QubesOS/qubes-core-admin-linux@93078d0b (cherry picked from commit 4a0a0df)
Description
The 4.2 updater integration does restart some qubes, but not all. This is undesirable behavior since we want to enforce all qubes to restart.
Steps to Reproduce
SDW 1.0.0rc2
Expected Behavior
All running qubes based on templates that were updated should have been restarted.
Actual Behavior
Only a hand-full of qubes actually restarted.
Comments
sd-{small,large}
did in fact have updates pending (viaapt list --upgradable
)The text was updated successfully, but these errors were encountered: