[Yahoo-eng-team] [Bug 1501914] Re: Liberty devstack failed to launch instance w/ NetApp eSeries.

2015-11-20 Thread Alex Meade
After working with Hong directly, we have determined this was an environment issue. ** 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 1471891] [NEW] requirements.txt allows for pbr version too old to handle ; sys_platform=='win32'

2015-07-06 Thread Alex Meade
Public bug reported: Requirements.txt defines the pbr version as pbr2.0,=0.11 but version 0.11 cannot handle the following syntax in the windows section: # Windows-only requirements pywin32;sys_platform=='win32' wmi;sys_platform=='win32' This causes the following error when installing neutron.

[Yahoo-eng-team] [Bug 1433309] [NEW] Libvirt: Detaching volume from instance on host with many attached volumes is very slow

2015-03-17 Thread Alex Meade
Public bug reported: When many volumes are attached to instances on the same compute host (with multipath enabled), volume detach is very slow and get slower as more volumes are attached. For example: 1. compute1 is a compute node with instance1 and instance2. 2. instance1 has 10 volumes

[Yahoo-eng-team] [Bug 1430948] [NEW] Live-migration fails with CPU doesn't have compatibility

2015-03-11 Thread Alex Meade
Public bug reported: Live migration in nova does not seem to work as it fails with CPU doesn't have compatibility even between hosts with the exact same CPU models. This was introduced recently by the commit below. If I revert Nova to the offending commits parent, the live migration succeeds.

[Yahoo-eng-team] [Bug 1429684] [NEW] Nova and Brick can log each other out of iscsi sessions

2015-03-08 Thread Alex Meade
Public bug reported: Brick and nova are not synchronized with the same connect_volume lock. This can cause nova or cinder to logout of an iscsi portal when the other one is attempting to use it. if nova and cinder are on the same node. This may seem like a rare situation but commonly occurs in

[Yahoo-eng-team] [Bug 1405294] [NEW] Live migration with attached volume peforms breaking rollback on failure

2014-12-23 Thread Alex Meade
Public bug reported: During live migration with attached volume, nova ignores initialize connection errors and does not roll back. Steps: * Create a nova instance * Attach a cinder volume * Perform ‘nova live-migration’ to a different backend -Cause a failure in the

[Yahoo-eng-team] [Bug 1297358] [NEW] Glance v1: HTTP HEAD on /images/detail returns 500

2014-03-25 Thread Alex Meade
Public bug reported: Attempting a HEAD request on the /images/detail resource results in a 500 response. This should ideally be an HTTP 405 response. This issue does not occur when doing a HEAD on /images for some reason curl -i -X HEAD -H X-Auth-Token: $AUTH_TOKEN -H 'Content-Type:

[Yahoo-eng-team] [Bug 1297362] [NEW] Glance v2: HTTP 404s are returned for unallowed methods

2014-03-25 Thread Alex Meade
Public bug reported: Requests for many resources in Glance v2 will return a 404 if the request is using an unsupported HTTP verb for that resource. For example, the /v2/images resource does exist but a 404 is returned when attempting a DELETE on that resource. Instead, this should return an HTTP

[Yahoo-eng-team] [Bug 1041308] Re: decouple sql debug from debug and implement a verbose

2013-12-05 Thread Alex Meade
** 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/1041308 Title: decouple sql debug from debug and implement a verbose Status in

[Yahoo-eng-team] [Bug 1258331] [NEW] Glance v2: Image property quotas are unforgiving when quota is exceeded

2013-12-05 Thread Alex Meade
Public bug reported: Glance v2 image property quota enforcement can be unintuitive. There are a number of reasons an image may have more properties than the image_propery_quota allows. E.g. if the quota is lowered or when it is first created. If this happens then any request to modify an image

[Yahoo-eng-team] [Bug 1257498] [NEW] Glance v1: Creating/updating image with a malformed location uri causes 500

2013-12-03 Thread Alex Meade
Public bug reported: glance image-create --name bad-location --disk-format=vhd --container- format=ovf --location=swift+http://bah; Request returned failure status. HTTPInternalServerError (HTTP 500) 2013-12-03 21:26:16.684 6312 INFO glance.wsgi.server [eee7679e-6710-4487-9f55-fae7ba4a7aaa

[Yahoo-eng-team] [Bug 1257496] [NEW] Glance v1: Creating image with bad scheme in location causes 500

2013-12-03 Thread Alex Meade
Public bug reported: When creating an image in glance v1 and specifyig the location with a bad scheme you receive an HTTP 500. In this case 'http+swift is a bad scheme. glance image-create --name bad-location --disk-format=vhd --container- format=ovf --location=http+swift://bah Request returned

[Yahoo-eng-team] [Bug 1257507] [NEW] Glance v2: HTTP500 when updating image with locations

2013-12-03 Thread Alex Meade
Public bug reported: curl -i -X PATCH -H X-Auth-Token: $AUTH_TOKEN -H 'Content-Type: application/openstack-images-v2.1-json-patch' -H 'User-Agent: python- glanceclient' -d '[{path: /locations, value: [{url:swift+http://service:glance:password@localhost:5000/v2.0/glance

[Yahoo-eng-team] [Bug 1197344] Re: Feature parity missing between v1 v2 for 'image-show' incase of deleted image.

2013-10-17 Thread Alex Meade
I think this is invalid, v1 should not be showing deleted images either ** Changed in: glance Status: New = 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/1197344 Title:

[Yahoo-eng-team] [Bug 1069979] Re: v2 API: image create and update return HTTP 500

2013-05-29 Thread Alex Meade
Setting this to Fix Committed since it not longer seems to be an issue. Looking into it, the domain model code fixed the root of this problem. ** Changed in: glance Status: New = Invalid ** Changed in: glance Status: Invalid = Fix Committed -- You received this bug notification