Skip to content

Commit

Permalink
Merge pull request checkpoint-restore#14 from adrianreber/2022-03-09-…
Browse files Browse the repository at this point in the history
…dump-log

Add dump.log and restore.log definitions
  • Loading branch information
adrianreber authored Mar 9, 2022
2 parents 54b4ebf + 505000b commit 69495e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ const (
DevShmCheckpointTar = "devshm-checkpoint.tar"
RootFsDiffTar = "rootfs-diff.tar"
DeletedFilesFile = "deleted.files"
DumpLogFile = "dump.log"
RestoreLogFile = "restore.log"
// pod archive
PodOptionsFile = "pod.options"
PodDumpFile = "pod.dump"
Expand Down

0 comments on commit 69495e4

Please sign in to comment.