Re: [PATCH] migration: Fix the re-run check of the migrate-incoming command

2020-01-08 Thread Juan Quintela
Yury Kotov wrote: > The current check sets an error but doesn't fail the command. > This may cause a problem if new connection attempt by the same URI > affects the first connection. > > Signed-off-by: Yury Kotov Reviewed-by: Juan Quintela queued

Re: [PATCH] migration: Fix the re-run check of the migrate-incoming command

2019-11-14 Thread Darren Kenny
On Wed, Nov 13, 2019 at 08:53:25PM +0300, Yury Kotov wrote: The current check sets an error but doesn't fail the command. This may cause a problem if new connection attempt by the same URI affects the first connection. Signed-off-by: Yury Kotov Reviewed-by: Darren Kenny --- migration/migra

[PATCH] migration: Fix the re-run check of the migrate-incoming command

2019-11-13 Thread Yury Kotov
The current check sets an error but doesn't fail the command. This may cause a problem if new connection attempt by the same URI affects the first connection. Signed-off-by: Yury Kotov --- migration/migration.c | 1 + 1 file changed, 1 insertion(+) diff --git a/migration/migration.c b/migration