Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPavel Tikhomirov <ptikhomirov@virtuozzo.com>2020-12-01 16:07:16 +0300
committerAndrei Vagin <avagin@gmail.com>2022-04-29 03:53:52 +0300
commit642abd133ec7f6acc41d34f18e8181c588a051b4 (patch)
tree00f80bf1fa565ce73875994625099c3bb2932c84 /test
parentf736d88c99925cf2d8bdac4dda680161d76bff94 (diff)
zdtm/mount-v2: disable mnt_tracefs test
We can have tracefs separate mount from debugfs and that's why the /sys/kernel/debug external mount now has children and this thing is not supported to be bind in container with children, because we don't wan't external mounts to introduce some unexpected extra external mounts so we bind them without MS_REC in mount-v2 unlike in old mount engine. We can either bind without MS_REC when constructing test or provide all children mount as separate external mounts to criu, let's just disable for now. Cherry-picked from Virtuozzo criu: https://src.openvz.org/projects/OVZ/repos/criu/commits/87875c023 Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Diffstat (limited to 'test')
-rw-r--r--test/zdtm/static/mnt_tracefs.desc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/zdtm/static/mnt_tracefs.desc b/test/zdtm/static/mnt_tracefs.desc
index e90ea9415..7cf98034a 100644
--- a/test/zdtm/static/mnt_tracefs.desc
+++ b/test/zdtm/static/mnt_tracefs.desc
@@ -1,3 +1,4 @@
{ 'feature': 'mnt_id',
'flavor': 'uns',
- 'opts': '--ext-mount-map auto --enable-external-masters'}
+ 'opts': '--ext-mount-map auto --enable-external-masters',
+ 'ropts': '--mntns-compat-mode'}