[CRIU] [PATCH] criu: add the mnt_id feature if a test uses more than one mntns
Andrey Vagin
avagin at openvz.org
Sun Dec 6 21:19:01 PST 2015
From: Andrew Vagin <avagin at virtuozzo.com>
Signed-off-by: Andrew Vagin <avagin at virtuozzo.com>
---
test/zdtm/live/static/inotify01.desc | 2 +-
test/zdtm/live/static/mountpoints.desc | 2 +-
test/zdtm/live/static/tempfs_subns.desc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/zdtm/live/static/inotify01.desc b/test/zdtm/live/static/inotify01.desc
index 738d7e8..a8849e0 100644
--- a/test/zdtm/live/static/inotify01.desc
+++ b/test/zdtm/live/static/inotify01.desc
@@ -1 +1 @@
-{'flags': 'suid', 'flavor': 'ns uns'}
+{'flavor': 'ns uns', 'flags': 'suid', 'feature': 'mnt_id'}
diff --git a/test/zdtm/live/static/mountpoints.desc b/test/zdtm/live/static/mountpoints.desc
index 3adb620..aba60c9 100644
--- a/test/zdtm/live/static/mountpoints.desc
+++ b/test/zdtm/live/static/mountpoints.desc
@@ -1 +1 @@
-{'flavor': 'ns', 'flags': 'suid excl'}
+{'flavor': 'ns', 'flags': 'suid excl', 'feature': 'mnt_id'}
diff --git a/test/zdtm/live/static/tempfs_subns.desc b/test/zdtm/live/static/tempfs_subns.desc
index 7657ba4..a8849e0 100644
--- a/test/zdtm/live/static/tempfs_subns.desc
+++ b/test/zdtm/live/static/tempfs_subns.desc
@@ -1 +1 @@
-{'flavor': 'ns uns', 'flags': 'suid'}
+{'flavor': 'ns uns', 'flags': 'suid', 'feature': 'mnt_id'}
--
2.4.3
More information about the CRIU
mailing list