2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 05:18:00 +00:00

criu: add the mnt_id feature if a test uses more than one mntns

Signed-off-by: Andrew Vagin <avagin@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrew Vagin 2015-12-07 08:19:00 +03:00 committed by Pavel Emelyanov
parent 0c9db23f50
commit b2b86052bc
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
{'flags': 'suid', 'flavor': 'ns uns'}
{'flavor': 'ns uns', 'flags': 'suid', 'feature': 'mnt_id'}

View File

@ -1 +1 @@
{'flavor': 'ns', 'flags': 'suid excl'}
{'flavor': 'ns', 'flags': 'suid excl', 'feature': 'mnt_id'}

View File

@ -1 +1 @@
{'flavor': 'ns uns', 'flags': 'suid'}
{'flavor': 'ns uns', 'flags': 'suid', 'feature': 'mnt_id'}