-
Notifications
You must be signed in to change notification settings - Fork 195
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
support configuring host to retain more than two deployments #577
Comments
related: ostreedev/ostree#1460 |
is this taken care of by ostreedev/ostree#1464 or is there another PR needed? |
See this story https://blogs.gnome.org/mclasen/2018/03/22/fedora-atomic-workstation-almost-fool-proof/ for some of the unintended consequences that can occur with the combination of package layering and a fixed number of deployments |
FWIW, ostreedev/ostree#1960 will fix this. |
This is not only useful for debugging, for one I would like to customize the number of deployments. |
I hate to be that guy, but what is status of this issue? |
It's not being actively worked on AFAIK. Note that nowadays, there's |
i would also like to see support for this added. pinning definitely is nice, but there are times where i'm futzing around with stuff where i don't realize at the time i should be pinning a safe deployment and by the time i realized i've caused problems for myself i'm 5 deployments deep and the original safe deployment is long gone. |
Adding on to this, it would be potentially nice for an option to not only retain a full set of deployments, but also have any unpinned deployments be GC'ed after an indicated time delay. For example, retain all deployments for 30 days, and any deployment at 30+n days in age would be hit by the GC unless it is marked as pinned. |
I like the OSTree approach, running Universal Blue on my laptop and my battle station (Kinoite). However, having only one recovery deployment by default severely limits the ability to recover a system from an unwanted/mis-triggered change. On the other hand, having to manually pin a deployment before a potentially disruptive upgrade (kernel upgrade, Wayland stack upgrade, etc.) creates significant friction when enabling automatic updates. Allowing at least a bunch of deployments ready to boot from (i.e., openSUSE MicroOS keeps the last five snapshots by default) would significantly provide more substantial protection. |
As another point of comparison, NixOS lets you just type in a number and that's how many it'll keep. It defaults to 100 if you use Grub and infinity if you use systemd-boot (source). |
I’d love to contribute this enhancement. Does anyone have any pointers for doing so? |
FWICS,
|
From #1239 (comment) :
|
Right now when you upgrade you get the latest deployment and the previous one you were on so that you can
rpm-ostree rollback
. It would be nice if we could configure this behavior so that you can keep multiple deployments locally to switch back and forth to for debugging purposes.AFAICT this is really only useful for debugging.
The text was updated successfully, but these errors were encountered: