← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1378459] [NEW] Missing info_cache.save() in db sqlalchemy api

 

Public bug reported:

Missing network information (nw_info) stored in the
'instance_info_caches' DB table was failing to be successfully healed by
the _heal_instance_info_cache() periodic task.  The periodic task
correctly fires and gets the nw_info to update, but the DB call to
instance_info_cache_update() fails to save the values.

Correctly handle both updating and adding missing nw_info.

** Affects: nova
     Importance: Undecided
     Assignee: Nathanael Burton (mathrock)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Nathanael Burton (mathrock)

-- 
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/1378459

Title:
  Missing info_cache.save() in db sqlalchemy api

Status in OpenStack Compute (Nova):
  New

Bug description:
  Missing network information (nw_info) stored in the
  'instance_info_caches' DB table was failing to be successfully healed
  by the _heal_instance_info_cache() periodic task.  The periodic task
  correctly fires and gets the nw_info to update, but the DB call to
  instance_info_cache_update() fails to save the values.

  Correctly handle both updating and adding missing nw_info.

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


Follow ups

References