Quoting Oren Laadan (orenl@xxxxxxxxxxxxxxx): ... > int cr_write_ipc(struct cr_ctx *ctx, struct nsproxy *nsproxy) > { > - return 0; > + return cr_write_ipc_shm(ctx, nsproxy->ipc_ns); > } What is the plan for implementing support for nested ipc namespaces, since all ipc data is currently stored as a single global checkpoint property before the task data? Are you figuring you'll just do cr_write_ipc_shm() for all nsproxies which are part of the checkpoint image, and store an ipc_ns id or nsproxy id alongside it, so that at restart you just recreate all the ipc namespaces ahead of time, then attach the tasks to their target namespaces as they are created? Just wondering... as it stands the code looks more like it *wants* to be targeted at only one ipcns per checkpoint image. -serge _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers