moby--moby/layer
Sebastiaan van Stijn 32e554e681
Remove "could not get checksum with tar-split" debug message
This code was originally written for v1.10 migration where it signified that layers
were recomputed from pre 1.8 layout and could possibly change the tarball checksums.

It's now being repurposed in the BuildKit adapter but there it doesn't have any
warn condition as all data generated by builder is new anyway.

Currently, debug log entries as the one below may appear in the daemon logs:

   [2019-10-02T10:00:06.690674253Z] could not get checksum for "x128nsj79yzfx4j5h6em2w2on" with tar-split: "no tar-split file"

This patch removes the debug log, as it may confuse users ("we couldn't validate
what we downloaded, but we're gonna run it anyway?")

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-06 12:45:15 +01:00
..
empty.go
empty_test.go
filestore.go Make sure that layers are removed from layerdb after succefull layer removal 2019-11-28 20:06:09 +02:00
filestore_test.go
filestore_unix.go
filestore_windows.go
layer.go
layer_store.go Make sure that layers are removed from layerdb after succefull layer removal 2019-11-28 20:06:09 +02:00
layer_store_windows.go
layer_test.go
layer_unix.go
layer_unix_test.go
layer_windows.go
migration.go Remove "could not get checksum with tar-split" debug message 2020-03-06 12:45:15 +01:00
migration_test.go
mount_test.go
mounted_layer.go
ro_layer.go
ro_layer_windows.go