← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1550525] [NEW] Abort an ongoing live migration

 

You have been subscribed to a public bug:

https://review.openstack.org/277971
Dear bug triager. This bug was created since a commit was marked with DOCIMPACT.
Your project "openstack/nova" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option needs to be added for the project. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to.

commit fa002925460e70d988d1b4dd1ea594c680a43740
Author: Andrea Rosa <andrea.rosa@xxxxxx>
Date:   Fri Feb 5 08:31:06 2016 +0000

    Abort an ongoing live migration
    
    This change adds a DELETE call on the server-migrations object to cancel
    a running live migration of a specific instance.
    TO perform the cancellation the virtualization driver needs to support
    it, in case that the feature is not supported we return an error.
    We allow a cancellation of a migration only if the migration is
    running at the moment of the request and if the migration type is equal
    to 'live-migration'.
    In this change we implement this feature for the libvirt driver.
    When the cancellation of a live migration succeeded we rollback the live
    migration and we set the state of the Migration object equals to
    'cancelled'.
    The implementation of this change is based on the work done by the
    implementation of the feature called 'force live migration':
    https://review.openstack.org/245921
    
    DocImpact
    ApiImpact
    
    Implements blueprint: abort-live-migration
    Change-Id: I1ff861e54997a069894b542bd764ac3ef1b3dbb2

** Affects: nova
     Importance: Undecided
     Assignee: Sharat Sharma (sharat-sharma)
         Status: In Progress


** Tags: doc nova
-- 
    Abort an ongoing live migration
https://bugs.launchpad.net/bugs/1550525
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).


References