Re: [Xen-devel] [PATCH 2/5] remus: don't write xenstore data if it fails

2015-12-30 Thread Wen Congyang
On 12/30/2015 06:47 PM, Andrew Cooper wrote: > On 30/12/2015 01:39, Wen Congyang wrote: > > If what fails? > > Given the content of this patch in the context of the previous one, I presume > you are wishing to avoid re-sending the emulator state after > libxl__xc_domain_save_done() completes, b

Re: [Xen-devel] [PATCH 2/5] remus: don't write xenstore data if it fails

2015-12-30 Thread Andrew Cooper
On 30/12/2015 01:39, Wen Congyang wrote: If what fails? Given the content of this patch in the context of the previous one, I presume you are wishing to avoid re-sending the emulator state after libxl__xc_domain_save_done() completes, but under what circumstances will this occur? Signed-of