Re: [Xen-devel] [PATCH v3 2/4] tools: split out xenstored starting form xencommons

2016-07-25 Thread Wei Liu
On Fri, Jul 22, 2016 at 05:09:29PM +0200, Juergen Gross wrote: > In order to prepare starting a xenstore domain split out the starting > of the xenstore daemon from the xencommons script into a dedicated > launch-xenstore script. > > Correct one error: don't remove old tdb files in background, as

[Xen-devel] [PATCH v3 2/4] tools: split out xenstored starting form xencommons

2016-07-22 Thread Juergen Gross
In order to prepare starting a xenstore domain split out the starting of the xenstore daemon from the xencommons script into a dedicated launch-xenstore script. Correct one error: don't remove old tdb files in background, as this could lead to very subtle races. A rerun of autogen.sh is required.