Loading ccserver/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ class ColdMigrationJob(BaseMigrationJob): logging.info('Job-%s: Locks acquired', self['id']) self.checkpoint() if not self._check_status(vm_id, 'stopped'): if not vm['status'] == 'stopped': raise JobCancelError('vm is not stopped') # Create storages on destination: Loading Loading
ccserver/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ class ColdMigrationJob(BaseMigrationJob): logging.info('Job-%s: Locks acquired', self['id']) self.checkpoint() if not self._check_status(vm_id, 'stopped'): if not vm['status'] == 'stopped': raise JobCancelError('vm is not stopped') # Create storages on destination: Loading