[CRIU] [PATCH 5/7] htype: Make final dump be htype method

Pavel Emelyanov xemul at parallels.com
Fri Oct 23 06:53:41 PDT 2015


>> @@ -147,6 +147,9 @@ class p_haul_type:
>>                 if os.path.isfile(path):
>>                         os.remove(path)
>>
>> +       def final_dump(self, pid, img, ccon, fs):
>> +               p_haul_module.criu_dump(self, pid, img, ccon, fs)
> 
> Should final_dump() call vz specific API, like "vzctl dump"? Thanks.

It should, but that's another patchset to do. Right now we don't
_really_ need this for OpenVZ, but some day later we'd switch to
use vzctl.

-- Pavel



More information about the CRIU mailing list