mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 01:21:15 +00:00
Currently the metadata may be generated after a snapshot is committed, causing a difference in the overlayfs mount that may cause ESTALE errors. The committed snapshot must be immutable and should always return the same set of mounts after commit, even if configuration is changed. This setting may be added back later to be performed before commit, either as part of the unpack or as a step before commit. This is getting pulled out from the upcoming release. Signed-off-by: Derek McGowan <derek@mcg.dev>