[Yahoo-eng-team] [Bug 1503423] [NEW] Build failures: device_id assigned as int instead of expected string

2015-10-06 Thread Jesse J. Cook
uot;, line 212, in call_xenapi return session.xenapi_request(method, args) File "/opt/rackstack/rackstack.381.15/nova/lib/python2.7/site-packages/XenAPI.py", line 133, in xenapi_request result = _parse_result(getattr(self, methodname)(*full_params)) File "/opt/rack

[Yahoo-eng-team] [Bug 1495755] [NEW] test_show_policy_failed fails (depending on another test to create db?)

2015-09-14 Thread Jesse J. Cook
Public bug reported: Test fails sporadically or consistency depending on your setup. I could make pass or fail consistently depending on level at which test was executed. I expect test is depending on something done outside the test that can occur out of order (i.e. db setup / table creation): (d

[Yahoo-eng-team] [Bug 1482403] [NEW] bdm for swap created with no regard for previous

2015-08-06 Thread Jesse J. Cook
Public bug reported: Observed nova pass the correct device number during vbd creation to xenserver, but the nova mapping created in the database was for the wrong device. A bdm for swap, based on the flavor, is created on https://github.com/openstack/nova/blob/master/nova/compute/api.py#L725, but

[Yahoo-eng-team] [Bug 1444767] [NEW] scrubber edge cases orphan objects and records

2015-04-15 Thread Jesse J. Cook
Public bug reported: The scrubber can leave orphaned objects and db records in error / edge cases. This is because the order in which it updates the DB and object store. Recommended solution: For each image that has status pending_delete: For each image location that has status pending_delete

[Yahoo-eng-team] [Bug 1380776] [NEW] Uploading and downloading VHDs via Glance XenAPI plugin doesn't always retry when it should

2014-10-13 Thread Jesse J. Cook
gt; 1) * An ephemeral (retryable) error is encountered * Instance fault * The plugin retries using a different glance node * An error related to a server fault (e.g. 500) is encountered * The plugin retries using a different glance node * Success ** Affects: nova Importance: Undecided Assignee: Je

[Yahoo-eng-team] [Bug 1379425] [NEW] REBOOTING_HARD not in expected_task_state

2014-10-09 Thread Jesse J. Cook
Public bug reported: On hard reboot, the task state is set to REBOOTING_HARD (https://github.com/openstack/nova/blob/master/nova/compute/api.py#L2213). This can be verified by rebooting twice in a row: {"conflictingRequest": {"message": "Cannot 'reboot' while instance is in task_state rebooting_ha

[Yahoo-eng-team] [Bug 1365637] [NEW] chunk sender does not send terminator on subprocess exception

2014-09-04 Thread Jesse J. Cook
ads an EOF on client connection close instead of a properly formatted chunk. ** Affects: nova Importance: Undecided Assignee: Jesse J. Cook (jesse-j-cook) Status: In Progress ** Changed in: nova Status: New => In Progress ** Changed in: nova Assignee: (unassigne

[Yahoo-eng-team] [Bug 1316233] Re: image data not deleted while deleting image in v2 api

2014-09-03 Thread Jesse J. Cook
Code worked correctly in attempts to manually reproduce. CNR. ** Changed in: glance Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1316233 Title: im