Add missing break

This commit is contained in:
Joshua Boniface 2020-10-20 15:39:29 -04:00
parent 70f3fdbfb9
commit 3910843660
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ class VMInstance(object):
self.logger.out('Timed out waiting 30s for peer, aborting migration', state='e', prefix='Domain {}'.format(self.domuuid))
abort_migrate()
aborted = True
break
self.logger.out('Releasing read lock for synchronization phase A', state='i', prefix='Domain {}'.format(self.domuuid))
lock.release()
self.logger.out('Released read lock for synchronization phase A', state='o', prefix='Domain {}'.format(self.domuuid))