Re: [Xen-devel] [PATCH v3 3/4] tools: use pidfile for test if xenstored is running

2016-08-02 Thread Juergen Gross
On 02/08/16 12:23, Wei Liu wrote: > On Fri, Jul 22, 2016 at 05:09:30PM +0200, Juergen Gross wrote: >> Instead of trying to read xenstore via xenstore-read use the pidfile >> of xenstored for the test whether xenstored is running. This prepares >> support of xenstore domain, as trying to read xensto

Re: [Xen-devel] [PATCH v3 3/4] tools: use pidfile for test if xenstored is running

2016-08-02 Thread Wei Liu
On Fri, Jul 22, 2016 at 05:09:30PM +0200, Juergen Gross wrote: > Instead of trying to read xenstore via xenstore-read use the pidfile > of xenstored for the test whether xenstored is running. This prepares > support of xenstore domain, as trying to read xenstore will block > for ever in case xensto

[Xen-devel] [PATCH v3 3/4] tools: use pidfile for test if xenstored is running

2016-07-22 Thread Juergen Gross
Instead of trying to read xenstore via xenstore-read use the pidfile of xenstored for the test whether xenstored is running. This prepares support of xenstore domain, as trying to read xenstore will block for ever in case xenstore domain is started after trying to read. Signed-off-by: Juergen Gros