-
Notifications
You must be signed in to change notification settings - Fork 24
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
Labels
triaged
This issue was triaged
Comments
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.
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
More incremental work on coreos#108
cgwalters
added a commit
to cgwalters/bootupd
that referenced
this issue
Nov 19, 2020
More incremental work on coreos#108
openshift-merge-robot
pushed a commit
that referenced
this issue
Nov 20, 2020
More incremental work on #108
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Splitting this thread from #8 (comment)
For rpm-ostree systems we should support a flow like:
(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.
The text was updated successfully, but these errors were encountered: