mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
It is quiet a common case to move the process from one pidns to another
existing pidns with criu (only restriction is pids should not
intersect). Let's check it works.
v2: - use pipe-s to synchronize processes
- run the test in a pid namespace to avoid pid conflicts in the host
pid namespace
- grep errors in restore.log
- add some more comments
v3: use 1000 for ns_last_pid so that test works on systems with low
pid_max; remove excess ';'s.
Co-Developed-by: Andrei Vagin <avagin@gmail.com>
Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
|
||
|---|---|---|
| .. | ||
| app-emu | ||
| bers | ||
| crit | ||
| criu-coredump | ||
| exec | ||
| ext-links | ||
| ext-tty | ||
| libcriu | ||
| make | ||
| mem-snap | ||
| mnt-ext-dev | ||
| mounts | ||
| ns_ext | ||
| overlayfs | ||
| pipes | ||
| rpc | ||
| security | ||
| shell-job | ||
| socketpairs | ||
| tcp | ||
| unix-callback | ||
| app-emu.sh | ||
| env.sh | ||
| functions.sh | ||