right. we know that we will have to handle a lot of these
and more and we will need an API for it :) so how should we
handle it ?
through a dedicated syscall that would be able to checkpoint
and/or restart a process, an ipc object, an ipc namespace, a
full container ? will it take a fd or a big binary blob ?
I personally really liked Pavel idea's of filesystem. but we
dropped the thread.
that's for the user API but we will need also kernel services
to expose (checkpoint) states and restore them. If it's too
early to talk about the user API, we could try first to refactor
the kernel internals to expose correctly what we need.
That's what Pierre's patchset is trying to do.
Cheers,
C.
--