On Tue, Aug 22, 2017 at 06:02:12PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > If the bdrv_inactivate_all fails near the end of the migration, > the migration will fail and often the only diagnostics in the log > are an I/O error which you can't distinguish from an error on > the socket connection. > > Add an error so we know when it's actually a block problem. > > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > --- > migration/savevm.c | 2 ++ > 1 file changed, 2 insertions(+)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>