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
schema: Drop requirement on ostree transaction commit metadata
Things like `ostree-content-bytes-written` shouldn't be a hard
requirement because they're really just transient information.
Something changed recently for me such that rpm-ostree went into
the "repository is on netfs" mode which disables the transaction
commit, which in turn drops this metadata. And then without
that metadata various cosa operations were dying messily
for no reason.
We should really take a harder look at the schema and what's
required.
But dropping these keys gets me `cosa meta --print-value ref`
working again.
0 commit comments