Skip to content
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

Add support for bootupctl update --from-pending #108

Open
cgwalters opened this issue Nov 17, 2020 · 2 comments
Open

Add support for bootupctl update --from-pending #108

cgwalters opened this issue Nov 17, 2020 · 2 comments
Labels
triaged This issue was triaged

Comments

@cgwalters
Copy link
Member

Splitting this thread from #8 (comment)

For rpm-ostree systems we should support a flow like:

$ rpm-ostree upgrade  # queue a pending deployment
$ bootupctl update --from-pending

(or possibly bootupctl update does that by default if it detects a pending deployment; not sure)

This flow would be used by orchestrator systems like zincati/MCO.

@cgwalters
Copy link
Member Author

Or maybe it should just be the default if we detect a pending deployment.

cgwalters added a commit to cgwalters/bootupd that referenced this issue Nov 17, 2020
In order to fix coreos#108
we need to switch to not assuming `/` as the update source.
We do provide the system root as a string in some cases but
not all.  Let's go fd-relative.
@lucab lucab reopened this Nov 17, 2020
@cgwalters
Copy link
Member Author

cgwalters commented Nov 17, 2020

Ah, typing "... fix <num>" also means "Closes: <num>".

cgwalters added a commit to cgwalters/bootupd that referenced this issue Nov 17, 2020
More prep for coreos#108
Similar to the previous PR for updates.
openshift-merge-robot pushed a commit that referenced this issue Nov 18, 2020
More prep for #108
Similar to the previous PR for updates.
cgwalters added a commit to cgwalters/bootupd that referenced this issue Nov 18, 2020
More incremental work on coreos#108
In some cases we're using both an absolute path and a dfd;
fixing that gets involved because we need to use it for child
processes too, which will require some more prep work.
openshift-merge-robot pushed a commit that referenced this issue Nov 18, 2020
More incremental work on #108
In some cases we're using both an absolute path and a dfd;
fixing that gets involved because we need to use it for child
processes too, which will require some more prep work.
cgwalters added a commit to cgwalters/bootupd that referenced this issue Nov 18, 2020
cgwalters added a commit to cgwalters/bootupd that referenced this issue Nov 19, 2020
openshift-merge-robot pushed a commit that referenced this issue Nov 20, 2020
@cgwalters cgwalters added the triaged This issue was triaged label May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged This issue was triaged
Projects
None yet
Development

No branches or pull requests

2 participants