mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
This test creates two mount namespaces, one "root" with external mount at /mnt_ext_collision.test/dst and one "nested" with different internal mount at /mnt_ext_collision.test/dst instead. This case is important for nested containers, if we dump a container with some external mount in /mnt we should not also replace mounts in /mnt for nested containers with the external one. (One example is docker containers inside Virtuozzo containers.) Without previous patch which restricts external mounts resolution to only root mntns of container this test fails as internal mount is replaced by external one after migration. Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com> |
||
|---|---|---|
| .. | ||
| compel | ||
| exhaustive | ||
| inhfd | ||
| javaTests | ||
| jenkins | ||
| others | ||
| pki | ||
| zdtm | ||
| .gitignore | ||
| abrt.sh | ||
| check_actions.py | ||
| crit-recode.py | ||
| empty-netns-prep.sh | ||
| groups.desc | ||
| inhfd.desc | ||
| Makefile | ||
| pycriu | ||
| show_action.sh | ||
| umount2.c | ||
| zdtm.desc | ||
| zdtm.py | ||
| zdtm_ct.c | ||
| zdtm_mount_cgroups | ||
| zdtm_umount_cgroups | ||