Re: [PATCH v2 1/4] tools: remove xenstore entries on vchan server closure

2022-09-27 Thread Anthony PERARD
On Thu, Sep 22, 2022 at 08:29:52AM +0200, Jan Beulich wrote: > On 01.08.2022 10:57, Juergen Gross wrote: > > On 13.07.22 17:03, dmitry.semen...@gmail.com wrote: > >> From: Oleksandr Andrushchenko > >> > >> vchan server creates XenStore entries to advertise its event channel and > >> ring, but thos

Re: [PATCH v2 1/4] tools: remove xenstore entries on vchan server closure

2022-09-21 Thread Jan Beulich
On 01.08.2022 10:57, Juergen Gross wrote: > On 13.07.22 17:03, dmitry.semen...@gmail.com wrote: >> From: Oleksandr Andrushchenko >> >> vchan server creates XenStore entries to advertise its event channel and >> ring, but those are not removed after the server quits. >> Add additional cleanup step,

Re: [PATCH v2 1/4] tools: remove xenstore entries on vchan server closure

2022-08-01 Thread Juergen Gross
On 13.07.22 17:03, dmitry.semen...@gmail.com wrote: From: Oleksandr Andrushchenko vchan server creates XenStore entries to advertise its event channel and ring, but those are not removed after the server quits. Add additional cleanup step, so those are removed, so clients do not try to connect

[PATCH v2 1/4] tools: remove xenstore entries on vchan server closure

2022-07-13 Thread dmitry . semenets
From: Oleksandr Andrushchenko vchan server creates XenStore entries to advertise its event channel and ring, but those are not removed after the server quits. Add additional cleanup step, so those are removed, so clients do not try to connect to a non-existing server. Signed-off-by: Oleksandr An