Hello,
I noticed that an old commit (5397428) introduced an inconsistency in the naming of checkpoint directory when saving and when restoring:
|
checkpointPath, err = os.MkdirTemp(os.Getenv("XDG_RUNTIME_DIR"), "ctrd-checkpoint") |
|
image, err = os.MkdirTemp(os.Getenv("XDG_RUNTIME_DIR"), "ctd-checkpoint") |
I am not sure if it is a bug and I am not able to come up with an immediate minimum example. The commit is large and does not address this line change explicitly. Can someone have a look it this piece of code?
Hello,
I noticed that an old commit (5397428) introduced an inconsistency in the naming of checkpoint directory when saving and when restoring:
containerd/services/tasks/local.go
Line 169 in f033f6f
containerd/services/tasks/local.go
Line 556 in f033f6f
I am not sure if it is a bug and I am not able to come up with an immediate minimum example. The commit is large and does not address this line change explicitly. Can someone have a look it this piece of code?