[CRIU] [PATCH v5] Add docker phaul driver
Pavel Emelyanov
xemul at parallels.com
Mon Oct 26 12:42:24 PDT 2015
>>>> OK. Would you feed one into the transfer blob via the put_meta_images() callback?
>>>>
>>>
>>> No, I do not think put_meta_images() does any transfer task.
>>
>> It doesn't :) It just supplies the list of files to be put into the
>> transfer tarball.
>
> Hi, Pavel,
> I don't think put_meta_images() puts any file into the transfer tarball.
>
> def rpc_restore_from_images(self):
> logging.info("Restoring from images")
> self.htype.put_meta_images(self.img.image_dir())
> self.htype.final_restore(self.img, self.criu_connection)
> logging.info("Restore succeeded")
Ouch, yes, put_ is for restore side :)
> Are you saying we should put the descripto.json in get_meta_images()?
Exactly!
-- Pavel
More information about the CRIU
mailing list