Volume detach failure because of invalid bdm.connection_info
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Matt Riedemann | ||
Juno |
Fix Released
|
Undecided
|
Unassigned | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Trusty |
Confirmed
|
High
|
Unassigned |
Bug Description
Example of this here:
File "/opt/stack/
connection
File "/opt/stack/
return json.loads(s)
File "/usr/lib/
return _default_
File "/usr/lib/
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
TypeError: expected string or buffer
and this was in grenade with stable/icehouse nova commit 7431cb9
There's nothing unusual about the test which triggers this - simply attaches a volume to an instance, waits for it to show up in the instance and then tries to detach it
logstash query for this:
message:
but it seems to be very rare
Changed in nova: | |
milestone: | none → juno-3 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | juno-3 → 2014.2 |
tags: | added: juno-backport-potential |
Changed in nova: | |
milestone: | none → kilo-3 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | kilo-3 → 2015.1.0 |
Changed in nova (Ubuntu Trusty): | |
assignee: | nobody → Edward Hope-Morley (hopem) |
importance: | Undecided → High |
Looks in the same ballpark as bug #1302774