mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 07:15:31 +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:
committed by
Pavel Emelyanov
parent
2fe7ed666b
commit
9dc050fde0
@@ -82,7 +82,7 @@ done:
|
|||||||
test_waitsig();
|
test_waitsig();
|
||||||
|
|
||||||
/* this checks both -- sys and proc presence */
|
/* 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");
|
fail("No proc after restore");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user