Commit 7590b4da authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed timeout on call for the migration on HotMigrationJob

parent 41ded6ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -502,7 +502,7 @@ class HotMigrationJob(BaseMigrationJob):
            # Initiate the live migration:
            self.report('migration in progress')
            source.proxy.vm_migrate_tunneled(self['vm_name'], tunres_src,
                                             migtunres_src)
                                             migtunres_src, _timeout=None)

            # At this point, if operation is a success, all we need is just to
            # cleanup source hypervisor from disk and vm. This operation *CAN'T*