-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
podman machine: disable zincati update service #20190
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baude, giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
How are machines updated then? Leaving machines on old versions seems like a bad idea. At the very least these expectations should be documented somewhere if the user is responsible for updating the VM manually and how to do so. And you need to remove the auto update from the docs: podman/docs/source/markdown/podman-machine-init.1.md.in Lines 27 to 30 in 87dd939
|
As explained in containers#21022, there are all kinds of downsides to a machine updating itself (via zincati) automatically, like interuption of service, lost mounts, etc. disabling zincati will at least allow stop these downsides. we are likely to contemplate if podman will take over the update process externally where interuption of services will not occur etc. Fixes containers#20122 Signed-off-by: Brent Baude <[email protected]>
better ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/lgtm |
|
||
Note: Updating as described above can result in version mismatches between Podman on the host and Podman in the | ||
machine. Executing `podman info` should reveal versions of both. A configuration where the Podman host and machine | ||
mismatch are unsupported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mismatch are unsupported. | |
mismatch is unsupported. |
WSL which is based on a custom Fedora image. While Fedora CoreOS upgrades come out every 14 days, the automatic | ||
update mechanism Zincata is disabled by Podman machine. | ||
|
||
To check if there is an upgrade available for your machine os, you can run the following command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest machine os -> machine OS
/hold cancel |
As explained in #21022, there are all kinds of downsides to a machine updating itself (via zincati) automatically, like interuption of service, lost mounts, etc.
disabling zincati will at least allow stop these downsides. we are likely to contemplate if podman will take over the update process externally where interuption of services will not occur etc.
Fixes #20122
Does this PR introduce a user-facing change?