Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/daemon: make force use the force
force does 2 things mainly: skip validation and "force" update to the desiredConfig. That doesn't mean the MCD can't fail anymore, we're just forcing a rollout that wouldn't have normally happened. The usual cases are: pivot not booting into the right ostree, someone writes the force file and the update is retryed (but still can fail!) or somebody touches files on disk, use the force file to bring the system back to desiredConfig w/o validating (and degrading) Signed-off-by: Antonio Murdaca <[email protected]>
- Loading branch information