[Yahoo-eng-team] [Bug 1442174] [NEW] can not print request_id in some logs when booting an instance

2015-04-09 Thread Hua Wang
Public bug reported: nova keeps the RequestConext in threading.local, so it can print the request_id in the logs. But when booting an instance, it spawns a new greenthread to build the instance. The RequestContext is not kept in the threading.local of the new greenthread, so we can not print the r

[Yahoo-eng-team] [Bug 1338567] [NEW] delete the image using v2 api when we upload a image using v1 api, glance don't delete the image data after finishing the uploading.

2014-07-07 Thread Hua Wang
Public bug reported: First, I use glance cli to upload a image glance image-create --name myimage --disk-format=raw --container-format=bare --file /path/to/file.img At the same time, I use the v2 api to delete the image curl -i -X DELETE -H 'X-Auth-Token: $TOKNE_ID' -H 'Content-Type: application

[Yahoo-eng-team] [Bug 1337367] [NEW] The add method of swift.py have a problem.When a large image is uploading and the glance-api is restarted, then we can not delete the image content that have been

2014-07-03 Thread Hua Wang
Public bug reported: 1. upload a large image, for example 50G 2. kill glance-api when image status:saving 3. restart glance-api 4. delete image the image content that have been uploaded can not be deleted. I think the add method of glance/swift/BaseStore should put the object manifest onto swift

[Yahoo-eng-team] [Bug 1332103] [NEW] Glance v2 api can not set or delete a property of a image when the value of the property is an empty string

2014-06-19 Thread Hua Wang
Public bug reported: Glance v2 api can not set or delete a property of a image when the value of the property is an empty string. __delitem__ and __setitem__ methods of ExtraPropertiesProxy class in glance/api/property_protections.py may have some problems. When the value of a property is an empt

[Yahoo-eng-team] [Bug 1329319] [NEW] Restart glance when a image is uploading, then delete the image. The data of the image is not deleted

2014-06-12 Thread Hua Wang
Public bug reported: Restart glance when a image is uploading, then delete the image. The data of the image is not deleted. ** Affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subs