[Devel] Re: [RFC][PATCH 2/2] memory checkpoint with swapfiles

Dave Hansen hansendc at us.ibm.com
Thu Jun 14 09:27:43 PDT 2007


On Thu, 2007-06-14 at 11:16 -0500, Serge E. Hallyn wrote:
> Another thing this will need is a way to create a very quick
> copy-on-write copy of the swapfile after the checkpoint.  Is
> that simple enough to do? 

We could do one of a couple of things.  First, we don't need an entire
copy of it, we just need to stop writing to it.  We could just switch
over really fast to another swapfile.

Or, we could do checkpointing using one of the existing mechanisms for
taking snapshots of filesystems.

-- Dave

_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list