mirror of
https://github.com/containers/podman.git
synced 2025-10-17 03:04:21 +08:00
Update github.com/checkpoint-restore/checkpointctl
DevShmCheckpointTar constant has been recently introduced in checkpointctl. This constant will be used in subsequent patch and this patch contains auto-generated changes with the following commands: go get github.com/checkpoint-restore/checkpointctl go mod tidy go mod vendor Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
1
vendor/github.com/checkpoint-restore/checkpointctl/lib/metadata.go
generated
vendored
1
vendor/github.com/checkpoint-restore/checkpointctl/lib/metadata.go
generated
vendored
@ -52,6 +52,7 @@ const (
|
||||
SpecDumpFile = "spec.dump"
|
||||
NetworkStatusFile = "network.status"
|
||||
CheckpointDirectory = "checkpoint"
|
||||
DevShmCheckpointTar = "devshm-checkpoint.tar"
|
||||
RootFsDiffTar = "rootfs-diff.tar"
|
||||
DeletedFilesFile = "deleted.files"
|
||||
// pod archive
|
||||
|
Reference in New Issue
Block a user