Loading cloudcontrol/server/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -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* Loading Loading
cloudcontrol/server/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -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* Loading