commit | 87db1a7d89677e3dbc8b3763e417b9376009bdbb | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Tue Sep 05 12:50:22 2017 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Mon Oct 23 18:03:43 2017 +0200 |
tree | 0fd3fcbae6a9c1dfd3f92402ce364e5522b9c7f9 | |
parent | 40a5532f820e26f98d081a49aff9283cd63bd5fa [diff] |
migration: Improve migration thread error handling We now report errors also when we finish migration, not only on info migrate. We plan to use this error from several places, and we want the first error to happen to win, so we add an mutex to order it. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>