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

zdtm: mark static/cgroup_ifpriomap as noauto

All Jenkins jobs fail with this error:
22:25:13.186:    37: ERR: cgroup_ifpriomap.c:50: Can't mount cgroups (errno = 16 (Device or resource busy))

Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Andrei Vagin 2017-09-06 23:39:36 +03:00
parent 95d6621ccd
commit be98273cf1

View File

@ -1 +1 @@
{'flavor': 'h', 'flags': 'suid excl', 'opts': '--manage-cgroups=full'}
{'flavor': 'h', 'flags': 'suid excl noauto', 'opts': '--manage-cgroups=full'}