← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1604078] Re: Hyper-V: planned vms are not cleaned up

 

Reviewed:  https://review.openstack.org/498349
Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=37977e19f69fd362e11089e6fdb6d792f51cb5ce
Submitter: Jenkins
Branch:    master

commit 37977e19f69fd362e11089e6fdb6d792f51cb5ce
Author: Claudiu Belu <cbelu@xxxxxxxxxxxxxxxxxxxxxx>
Date:   Fri Aug 25 12:39:21 2017 +0300

    hyperv: Cleans up live migration Planned VM
    
    If an instance having iSCSI volumes attached is being
    live-migrated, a Planned VM is created at the destination.
    If the live-migration fails, the Planned VM is not cleaned
    up at the destination.
    
    Depends-On: I91636a82b057f566eab9887c422911163668f556
    
    Change-Id: If62941eb44ff1a5bbf5df01f5cfd19d9008d98bb
    Closes-Bug: #1604078


** Changed in: compute-hyperv
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1604078

Title:
  Hyper-V: planned vms are not cleaned up

Status in compute-hyperv:
  Fix Released
Status in OpenStack Compute (nova):
  In Progress
Status in os-win:
  New

Bug description:
  We create a planned vm during live migration when having passthrough
  disks attached in order to properly configure the resources of the
  'new' instance.

  The issue is that if the migration fails, this planned vm is not
  cleaned up.

  Although planned vms are destroyed at a second attempt to migrate the
  instance, this issue had an impact on the Hyper-V CI as planned vms
  persisted among CI runs and vms having the same name failed to spawn,
  as there were file handles kept open by the VMMS service, preventing
  the instance path from being cleaned up.

  Trace:
  http://paste.openstack.org/show/536149/

To manage notifications about this bug go to:
https://bugs.launchpad.net/compute-hyperv/+bug/1604078/+subscriptions


References