You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A UI like Cockpit would like to be able to access metadata about previous versions of the operating system, beyond just the current and last versions. This is especially apparent when performing an update.
If A -> B -> C are trees.
I'm running B with A available as a rollback.
I update to C and reboot.
B is shown as a rollback but A disappears
It should be possible for a caller of rpm-ostreed to get information about A and offer the user the ability to readily rollback to it. Would it be possible to keep metadata for A, even if the binary data is purged?
I'm aware of the 'rpm-ostree deploy ...' stuff which is great, and should also be wrapped in the UI, but this is an additional part of the story.
The text was updated successfully, but these errors were encountered:
Sorry about not replying earlier. I'm not fully understanding how this would be used in addition to the deploy verb focus.
There's two levels of metadata:
The fact that Awas deployed
Commit metadata, traversable via the ostree log
The first thing we actually already log in the systemd journal...no wait, I'm lying. We don't log to the journal because rpm-ostree sets up a hack to capture its own stdout 😢
A UI like Cockpit would like to be able to access metadata about previous versions of the operating system, beyond just the current and last versions. This is especially apparent when performing an update.
It should be possible for a caller of rpm-ostreed to get information about A and offer the user the ability to readily rollback to it. Would it be possible to keep metadata for A, even if the binary data is purged?
I'm aware of the 'rpm-ostree deploy ...' stuff which is great, and should also be wrapped in the UI, but this is an additional part of the story.
The text was updated successfully, but these errors were encountered: