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
Looking at the containers/storage repo, I see that in /drivers/overlay/overlay.go there is looping through "diff<diffN>" for the path filepath.Join(dir, nameWithSuffix("diff", diffN)) which were introduced along with these commits:
It appears that that the use of"diff<diffN>" was added to better support Additional Image Stores, however I am having difficulty figuring out exactly what this is doing. I think it has something to do with UID/GID mappings.
Should stargz-snapshotter be doing anything with these?
The text was updated successfully, but these errors were encountered:
I was trying to understand why layernode lookups are occurring for the name = "diff1" in store/fs.go:
Looking at the containers/storage repo, I see that in /drivers/overlay/overlay.go there is looping through "diff<diffN>" for the path
filepath.Join(dir, nameWithSuffix("diff", diffN))
which were introduced along with these commits:It appears that that the use of"diff<diffN>" was added to better support Additional Image Stores, however I am having difficulty figuring out exactly what this is doing. I think it has something to do with UID/GID mappings.
Should stargz-snapshotter be doing anything with these?
The text was updated successfully, but these errors were encountered: