mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 22:35:33 +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
|
||||
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
|
||||
|
||||
echo $tname | grep -q tcpbuf && {
|
||||
|
Reference in New Issue
Block a user