[CRIU] [PATCH p.haul 2/2] p.haul: create Virtuozzo specific dump images during final dump

Cyrill Gorcunov gorcunov at gmail.com
Mon May 16 11:32:57 PDT 2016


On Mon, May 16, 2016 at 09:22:48PM +0300, Pavel Emelyanov wrote:
> > +
> > +	def __pre_final_dump(self, img):
> > +		"""Create extra images before final dump"""
> > +		extra_images = (
> > +			("vz_clock_bootbased.img", "ve.clock_bootbased"),
> > +			("vz_clock_monotonic.img", "ve.clock_monotonic"),
> > +			("vz_aio_max_nr.img", "ve.aio_max_nr"))
> 
> Less images is better. Can all this stuff be saved in one file?

One per feature is preferred at the moment. Later I hope to merge
all this into CRIU custom cgroups engine, so we won't need to
carry anything.


More information about the CRIU mailing list