mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +00:00
zdtm: don't used --log-pid by default
I added this options and I found, that it was a bad idea. Currently crtools prints PID for each message, so --log-pid can help if an error in the restorer code. Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
234b5883b9
commit
855c20ac1c
@ -250,7 +250,7 @@ EOF
|
||||
done
|
||||
|
||||
echo Restore $PID
|
||||
setsid $CRTOOLS restore --log-pid -x -D $ddump -o restore.log -v 4 -d -t $PID $args || return 2
|
||||
setsid $CRTOOLS restore -x -D $ddump -o restore.log -v 4 -d -t $PID $args || return 2
|
||||
|
||||
for i in `seq 5`; do
|
||||
save_fds $PID $ddump/restore.fd
|
||||
|
Loading…
x
Reference in New Issue
Block a user