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
The whole reason for making it a new thing was to allow people to opt-in to the change. I've been keeping ostree pretty conservative to avoid breaking people.
And in this specific instance, we know it breaks something.
As far as deeper changes in this area, I think the real fix is to go "dedicated composefs" where we e.g. don't even do the hardlink checkout. This also relates to #2933 and #3291
But all of this collides more with containers/bootc#20 where I want to really have something more container-native as the storage heart.
Following #3230, which introduced
ostree init-fs --epoch=2
to address #3211, we should consider making it the default.It breaks unprivileged calls to
rpm-ostree db diff
but it should probably should not block us from doing it.Or we could consider doing it in bootc only as we don't have such as command there and bootc is root only: https://github.com/containers/bootc/blob/858b4fb2848c68102ddbcdd7a42e10835286e98c/lib/src/install.rs#L584
The text was updated successfully, but these errors were encountered: