mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
zdtm: add --track-mem to final snapshot
otherwize it won't use/check parent snapshots, only last one on restore. Signed-off-by: Tikhomirov Pavel <snorcht@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
b6c7f51c13
commit
72dd148a44
1 changed files with 2 additions and 2 deletions
|
|
@ -490,9 +490,9 @@ EOF
|
|||
fi
|
||||
|
||||
if [ -n "$SNAPSHOT" ]; then
|
||||
snapopt=""
|
||||
snapopt="--track-mem"
|
||||
if [ "$i" -ne "$ITERATIONS" ]; then
|
||||
snapopt="$snapopt -R --track-mem"
|
||||
snapopt="$snapopt -R"
|
||||
dump_only=1
|
||||
[ -n "$PRE_DUMP" ] && dump_cmd="pre-dump"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue