Re: [PATCH v4] Prevent vhost-user-blk-test hang

2021-09-23 Thread ebl...@redhat.com
On Thu, Sep 23, 2021 at 03:16:17PM +, Raphael Norwitz wrote: > In the vhost-user-blk-test, as of now there is nothing stoping > vhost-user-blk in QEMU writing to the socket right after forking off the > storage daemon before it has a chance to come up properly, leaving the > test hanging

Re: [PATCH v2] Prevent vhost-user-blk-test hang

2021-09-07 Thread ebl...@redhat.com
On Mon, Sep 06, 2021 at 01:25:20PM +, Raphael Norwitz wrote: > In the vhost-user-blk-test, as of now there is nothing stoping > vhost-user-blk in QEMU writing to the socket right after forking off the > storage daemon before it has a chance to come up properly, leaving the > test hanging

Re: [PATCH 1/2] storage-daemon: add opt to print when initialized

2021-08-30 Thread ebl...@redhat.com
On Mon, Aug 30, 2021 at 03:56:16PM +, Raphael Norwitz wrote: > On Fri, Aug 27, 2021 at 01:51:48PM -0500, ebl...@redhat.com wrote: > > On Fri, Aug 27, 2021 at 04:50:35PM +, Raphael Norwitz wrote: > > > This change adds a command line option to print a line to stand

Re: [PATCH 2/2] Prevent vhost-user-blk-test hang

2021-08-27 Thread ebl...@redhat.com
On Fri, Aug 27, 2021 at 04:50:47PM +, Raphael Norwitz wrote: > In the vhost-user-blk-test, as of now there is nothing stoping stopping > vhost-user-blk in QEMU writing to the socket right after forking off the > storage daemon before it has a chance to come up properly, leaving the > test

Re: [PATCH 1/2] storage-daemon: add opt to print when initialized

2021-08-27 Thread ebl...@redhat.com
On Fri, Aug 27, 2021 at 04:50:35PM +, Raphael Norwitz wrote: > This change adds a command line option to print a line to standard out > when the storage daemon has completed initialization and is ready to > serve client connections. > > This option will be used to resolve a hang in the