← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1550391] Re: Unregistered versioned object breaks Hyper-V live migration

 

Reviewed:  https://review.openstack.org/285370
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7832f6ea816b1b79251d06abbf38772894e74e2f
Submitter: Jenkins
Branch:    master

commit 7832f6ea816b1b79251d06abbf38772894e74e2f
Author: Lucian Petrut <lpetrut@xxxxxxxxxxxxxxxxxxxxxx>
Date:   Fri Feb 26 17:21:44 2016 +0200

    objects: add HyperVLiveMigrateData stub
    
    This class seems to have been considered a base class, supposed
    to be inherited by driver specific implementation, not being
    registered within the versioned object registry.
    
    Hyper-V does not use this object, so it does not have a driver
    specific implementation. During live migration, a LiveMigrateData
    object will be passed via RPC, which will fail as it can't be
    deserialized.
    
    As a result, this issue breaks Hyper-V live migration.
    
    This patch adds the HyperVLiveMigrateData object in order to avoid
    this issue.
    
    Change-Id: I0bd1c21334a2a21afadb6608edca1f81987b32d4
    Closes-bug: #1550391


** Changed in: nova
       Status: In Progress => 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/1550391

Title:
  Unregistered versioned object breaks Hyper-V live migration

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  The LiveMigrateData seems to have been considered a base class, supposed to be inherited by driver specific implementations. For this reason, not being registered within the versioned object registry.
      
  Hyper-V does not use this object, so it does not have a driver specific implementation. During live migration, this object
  will be passed via RPC, which will fail as it can't be deserialized.

  As a result, this issue breaks Hyper-V live migration.

  This can easily be fixed by simply registering the LiveMigrateData
  class.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1550391/+subscriptions


References