Hi all,
We are using CRIU to migrate processes from one machine to another. However, we are encountering failures when checkpointing processes for users who have a large size of group file (user has read access to alot of teams and subteams).
Even a simple sleep process dump for such users is failing.
For example, when attempting to dump:
sudo /usr/local/bin/remoteCheckpoint dump -t 675488 -D /tmp/ --shell-job --tcp-close --file-locks
We are seeing the following errors:
Error (criu/bfd.c:199): bfd: The bfd buffer is too small
Error (criu/proc_parse.c:1216): Error parsing proc status file
Error (compel/src/lib/infect.c:418): Unable to detach from 675488: No such process
Error (criu/cr-dump.c:2111): Dumping FAILED.
Is there any fix to this?
Hi all,
We are using CRIU to migrate processes from one machine to another. However, we are encountering failures when checkpointing processes for users who have a large size of group file (user has read access to alot of teams and subteams).
Even a simple sleep process dump for such users is failing.
For example, when attempting to dump:
sudo /usr/local/bin/remoteCheckpoint dump -t 675488 -D /tmp/ --shell-job --tcp-close --file-locksWe are seeing the following errors:
Error (criu/bfd.c:199): bfd: The bfd buffer is too smallError (criu/proc_parse.c:1216): Error parsing proc status fileError (compel/src/lib/infect.c:418): Unable to detach from 675488: No such processError (criu/cr-dump.c:2111): Dumping FAILED.Is there any fix to this?