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

2021-08-30 Thread Michael S. Tsirkin
On Mon, Aug 30, 2021 at 11:05:35AM -0500, ebl...@redhat.com wrote: > 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 add

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 standard out > > > when the stor

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

2021-08-30 Thread Raphael Norwitz
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 standard out > > when the storage daemon has completed initialization and is ready to > > serve client

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 vhost-u

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

2021-08-27 Thread Raphael Norwitz
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 vhost-user-blk-test. Signed-off-by: Raphael Norwitz --- storage-daemon/qemu-sto