mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 09:10:10 +00:00
zdtm: /proc/slabinfo not present in container
PCLIN-31078 Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org> Acked-by: Andrey Vagin <avagin@parallels.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
2fe7ed666b
commit
9dc050fde0
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ done:
|
|||
test_waitsig();
|
||||
|
||||
/* this checks both -- sys and proc presence */
|
||||
if (access(MPTS_ROOT"/kernel/slabinfo", F_OK)) {
|
||||
if (access(MPTS_ROOT"/kernel/meminfo", F_OK)) {
|
||||
fail("No proc after restore");
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue