Revision 714e7fbb

b/lib/hypervisor/hv_kvm.py
1651 1651
          time.sleep(self._MIGRATION_INFO_RETRY_DELAY)
1652 1652
        elif status == "failed" or status == "cancelled":
1653 1653
          if not live:
1654
            self._CallMonitorCommand(instance_name, 'cont')
1654
            self._CallMonitorCommand(instance_name, self._CONT_CMD)
1655 1655
          raise errors.HypervisorError("Migration %s at the kvm level" %
1656 1656
                                       status)
1657 1657
        else:

Also available in: Unified diff