mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-04 00:05:26 +00:00
zdtm: Remove explicit namespaces specification on restore
Yet again -- namespaces are auto-detected now, no need in this. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -391,7 +391,7 @@ to ip is written in \$CR_IP_TOOL.
|
|||||||
EOF
|
EOF
|
||||||
exit 1;
|
exit 1;
|
||||||
}
|
}
|
||||||
args="-n uts -n ipc -n net -n pid -n mnt --root $ZDTM_ROOT --pidfile $TPID $args"
|
args="--root $ZDTM_ROOT --pidfile $TPID $args"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $tname | grep -q tcpbuf && {
|
echo $tname | grep -q tcpbuf && {
|
||||||
|
Reference in New Issue
Block a user