Detaching a volume again results in a traceback
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
After detaching a volume from an instance, detaching it twice results in a traceback.
Cinderclient connection created using URL: http://
2012-08-24 10:11:27 ERROR nova.api.ec2 [req-1cf2deff-
2012-08-24 10:11:27 TRACE nova.api.ec2 Traceback (most recent call last):
2012-08-24 10:11:27 TRACE nova.api.ec2 File "/opt/stack/
2012-08-24 10:11:27 TRACE nova.api.ec2 result = api_request.
2012-08-24 10:11:27 TRACE nova.api.ec2 File "/opt/stack/
2012-08-24 10:11:27 TRACE nova.api.ec2 result = method(context, **args)
2012-08-24 10:11:27 TRACE nova.api.ec2 File "/opt/stack/
2012-08-24 10:11:27 TRACE nova.api.ec2 self.compute_
2012-08-24 10:11:27 TRACE nova.api.ec2 File "/opt/stack/
2012-08-24 10:11:27 TRACE nova.api.ec2 instance_uuid = volume[
2012-08-24 10:11:27 TRACE nova.api.ec2 KeyError: 'instance_uuid'
2012-08-24 10:11:27 TRACE nova.api.ec2
Unexpected error raised: 'instance_uuid'
2012-08-24 10:11:27 TRACE nova.api.ec2 Traceback (most recent call last):
2012-08-24 10:11:27 TRACE nova.api.ec2 File "/opt/stack/
2012-08-24 10:11:27 TRACE nova.api.ec2 result = api_request.
2012-08-24 10:11:27 TRACE nova.api.ec2 File "/opt/stack/
2012-08-24 10:11:27 TRACE nova.api.ec2 result = method(context, **args)
2012-08-24 10:11:27 TRACE nova.api.ec2 File "/opt/stack/
2012-08-24 10:11:27 TRACE nova.api.ec2 self.compute_
2012-08-24 10:11:27 TRACE nova.api.ec2 File "/opt/stack/
2012-08-24 10:11:27 TRACE nova.api.ec2 instance_uuid = volume[
2012-08-24 10:11:27 TRACE nova.api.ec2 Key
Changed in nova: | |
status: | New → Fix Committed |
Changed in nova: | |
milestone: | none → folsom-rc1 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-rc1 → 2012.2 |