← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1147839] Re: migration 153 creates deleted=NULL columns

 

** Changed in: nova
       Status: Fix Committed => 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/1147839

Title:
  migration 153 creates deleted=NULL columns

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  Migration 153 adds system_metadata for every instance... containing a
  copy of the instance_type.  However, it doesn't create entries with
  'deleted' set.... so they default to NULL in mysql.   deleted should
  be explicitly set to 0, instead.

  When instance_get* joins system_metadata, all of these new entries are
  not there, because NULL does not match deleted=0 when joining.

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