[CRIU] [PATCH] pycriu: images: support netns.img
Ruslan Kuprieiev
kupruser at gmail.com
Thu Apr 30 03:50:38 PDT 2015
whoops, the date on my vm got messed up again.
Cyrill, this should solve your problem. I just forgot to
add NETNS support, no connection to new magic.
On 28.04.15 23:22, Ruslan Kuprieiev wrote:
> Reported-by: Cyrill Gorcunov <gorcunov at gmail.com>
> Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
> ---
> pycriu/images/images.py | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/pycriu/images/images.py b/pycriu/images/images.py
> index fd87e16..c8c2e9e 100644
> --- a/pycriu/images/images.py
> +++ b/pycriu/images/images.py
> @@ -279,7 +279,8 @@ handlers = {
> 'SK_QUEUES' : entry_handler(sk_packet_entry, sk_queues_extra_handler()),
> 'IPCNS_SHM' : entry_handler(ipc_shm_entry),
> 'IPCNS_SEM' : entry_handler(ipc_sem_entry),
> - 'IPCNS_MSG' : entry_handler(ipc_msg_entry)
> + 'IPCNS_MSG' : entry_handler(ipc_msg_entry),
> + 'NETNS' : entry_handler(netns_entry)
> }
>
> def load(f, pretty = False):
More information about the CRIU
mailing list