[SRU] Unable to list volumes after building from snapshot
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| OpenStack Compute (nova) |
Fix Released
|
High
|
John Griffith | ||
| Essex |
Fix Released
|
High
|
Vish Ishaya | ||
| Folsom |
Fix Released
|
High
|
John Griffith | ||
| nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
| Precise |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
On a fresh devstack install, if I build a volume, snapshot that volume, then build a volume from that snapshot, I can no longer list all volumes:
vagrant@
vagrant@
vagrant@
vagrant@
ERROR: The server could not comply with the request since it is either malformed or otherwise incorrect. (HTTP 400)
Traceback from nova-api.log:
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
(nova.api.
Related branches
- Chuck Short: Pending requested
-
Diff: 56 lines (+14/-4)3 files modifieddebian/changelog (+8/-0)
debian/control (+6/-3)
debian/nova-console.install (+0/-1)
| Changed in nova: | |
| importance: | Undecided → Critical |
| tags: | added: essex-rc-potential |
| Changed in nova: | |
| importance: | Critical → High |
| status: | New → Confirmed |
| Changed in nova: | |
| status: | Invalid → Incomplete |
| tags: | removed: essex-rc-potential |
| Changed in nova: | |
| status: | Incomplete → Confirmed |
| Changed in nova: | |
| status: | Fix Committed → Fix Released |
| Changed in nova (Ubuntu): | |
| status: | New → In Progress |
| Changed in nova (Ubuntu Precise): | |
| status: | New → In Progress |
| summary: |
- Unable to list volumes after building from snapshot + [SRU] Unable to list volumes after building from snapshot |
| Changed in nova (Ubuntu Precise): | |
| milestone: | none → ubuntu-12.04.1 |
| Changed in nova (Ubuntu): | |
| status: | In Progress → Fix Released |
| tags: |
added: verification-done removed: verification-needed |
| Changed in nova: | |
| milestone: | folsom-1 → 2012.2 |

I took a look at this tonight and was not able to reproduce. Initially I received some errors on the volume-create --snapshot command because the backing store by default was not large enough.
After increasing the backing to 4GB I was able to run the sequence of commands successfully. Not sure if this has been fixed indirectly or if it's specific to Precise?