← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1288636] [NEW] Deleted flavor influences new flavor with same id in 'flavor-show' under psql

 

Public bug reported:

When you create a new flavor with a deleted flavorid, the result in
mysql will show the new record. That's OK.

But if you operate these commands under psql, you'll find the result
will always be the old deleted one.

That means, the flavorid will always be occupied by the first record who use this flavorid under psql,
even if this flavor has already been deleted. 

More info can be found at here: http://paste.openstack.org/show/72752/

** Affects: nova
     Importance: Undecided
     Assignee: wingwj (wingwj)
         Status: New


** Tags: flavor postgresql

** Changed in: nova
     Assignee: (unassigned) => wingwj (wingwj)

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

Title:
  Deleted flavor influences new flavor with same id in 'flavor-show'
  under psql

Status in OpenStack Compute (Nova):
  New

Bug description:
  When you create a new flavor with a deleted flavorid, the result in
  mysql will show the new record. That's OK.

  But if you operate these commands under psql, you'll find the result
  will always be the old deleted one.

  That means, the flavorid will always be occupied by the first record who use this flavorid under psql,
  even if this flavor has already been deleted. 

  More info can be found at here: http://paste.openstack.org/show/72752/

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


Follow ups

References