[Yahoo-eng-team] [Bug 1382630] [NEW] access_ip_* not updated on reschedules when they should be

2014-10-17 Thread Chris Behrens
Public bug reported: For virt drivers that require networks to be reallocated on nova reschedules, the access_ip_v[4|6] fields on Instance are not updated. This bug was introduced when the new build_instances path was added. This new path updates access_ip_* before the instance goes ACTIVE...

[Yahoo-eng-team] [Bug 1352510] [NEW] Delete and re-add of same node to compute_nodes table is broken

2014-08-04 Thread Chris Behrens
: Chris Behrens (cbehrens) Status: In Progress ** Changed in: nova Status: New = In Progress ** Changed in: nova Assignee: (unassigned) = Chris Behrens (cbehrens) ** Changed in: nova Importance: Undecided = Medium -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1342919] Re: instances rescheduled after building network info do not update the MAC

2014-08-04 Thread Chris Behrens
in: nova Assignee: Robert Collins (lifeless) = Chris Behrens (cbehrens) ** Changed in: ironic Assignee: (unassigned) = Chris Behrens (cbehrens) ** Changed in: ironic Status: New = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1347778] Re: raising Maximum number of ports exceeded is wrong

2014-07-23 Thread Chris Behrens
** Also affects: python-neutronclient Importance: Undecided Status: New -- 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/1347778 Title: raising Maximum number

[Yahoo-eng-team] [Bug 1336377] [NEW] random nova unit test failure for test_shelve_offload

2014-07-01 Thread Chris Behrens
Public bug reported: http://logs.openstack.org/02/94402/18/check/gate-nova-python26/b20aa1d/testr_results.html.gz ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1200591] Re: virt xenapi driver does not retry upload_image on a socket error

2014-04-18 Thread Chris Behrens
The retry code does not check for this: 2014-04-19 00:37:39.354 13204 ERROR nova.compute.manager [req-e7e92354-6e42-4955-9519-08a65872372d ] [instance: 7a2b7c97-f793-4666-888d-430dXXX] Error: [Errno 104] Connection reset by peer in xenapi/client/session.py:

[Yahoo-eng-team] [Bug 1296414] [NEW] quotas not updated when periodic tasks or startup finish deletes

2014-03-23 Thread Chris Behrens
Public bug reported: There are a couple of cases in the compute manager where we don't pass reservations to _delete_instance(). For example, one of them is cleaning up when we see a delete that is stuck in DELETING. The only place we ever update quotas as part of delete should be when the

[Yahoo-eng-team] [Bug 1212028] Re: SchedulerManager._expire_reservations doesn't need to always be running

2013-09-04 Thread Chris Behrens
This bug is not valid. The task needs to run periodically to expire any reservations that should be expired ahead of QUOTAS.reserve() calls. The only alternative is to expire reservations explicitly before every single QUOTAS.reserve()... which is not as performant. This task doesn't necessarily

[Yahoo-eng-team] [Bug 1186401] Re: instance dict is being abused to pass config_drive_id to libvirt on build

2013-05-31 Thread Chris Behrens
sigh. click too fast on status and you get undesired results. heh. ** Changed in: nova Assignee: (unassigned) = Chris Behrens (cbehrens) ** Changed in: nova Status: Triaged = Won't Fix ** Changed in: nova Status: Won't Fix = In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1153827] Re: soft delete values in InstanceSystemMetadata on instance delete

2013-05-30 Thread Chris Behrens
Re-opening this bug as it is not actually fixed in h-1. The previous fix needed to be reverted due to bug 1185190. ** Changed in: nova Status: Fix Released = Triaged ** Changed in: nova Assignee: Joe Gordon (jogo) = (unassigned) ** Changed in: nova Milestone: havana-1 = None

[Yahoo-eng-team] [Bug 1181412] Re: nova unit tests pass with LOG.*() calls that should generate KeyError

2013-05-17 Thread Chris Behrens
Sigh. This appears to be how the python logging module works. http://docs.python.org/2/library/logging.html Under logger.debug they have an example use of 'extra'...and then under it states: If you choose to use these attributes in logged messages, you need to exercise some care. In the above

[Yahoo-eng-team] [Bug 1157330] Re: error: 'is not a valid node managed by this compute host.' under load

2013-03-19 Thread Chris Behrens
Not sure if this is truly a bug or not. I can't seem to reproduce it on a fresh compute_nodes table. However, if I have a compute_nodes entry leftover... from switching from XenAPI - fake... I see this problem just trying to build *1* instance. The problem is that the 'nodename' changes. The

[Yahoo-eng-team] [Bug 1142901] Re: keypairs aren't propagated with cells

2013-03-03 Thread Chris Behrens
Ah, key data is sent with each instance already... so we really don't need this in child cells. ** Changed in: nova Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1130997] Re: host_power_action doesn't work in cells

2013-02-25 Thread Chris Behrens
Turns out this is not a bug. There's a bit of trickery in cells_api's version of HostAPI() in that unimplemented methods there use api.py's HostAPI() versions of methods and the rpcapi class is swapped out for one that proxies via cells to the correct cell and manager. ** Changed in: nova