Sporadic failure when creating XS vms from machine-images
Bug #732801 reported by
Rick Harris
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Johannes Erdfelt |
Bug Description
When trying to spin up XenServer VMs using machine style images (kernel outside of the image), we're seeing sporadic failures.
The Instance goes to active (which is probably wrong) but the compute node generates this traceback: http://
It's possible there is a race here and we could fix this by polling or introducing a carefully placed `sleep 2`
Plan to Fix:
1. The first step is to figure out why the failed VMs are showing up as 'active' instead of 'failed'
2. Once that's fix, planning to write a test harness that spins up 10 instances and see how many fail.
Related branches
lp://staging/~johannes.erdfelt/nova/bug732801
- Devin Carlen (community): Approve
- Josh Kearney (community): Approve
- Brian Waldon (community): Approve
-
Diff: 53 lines (+18/-0)2 files modifiedAuthors (+1/-0)
nova/virt/xenapi/vm_utils.py (+17/-0)
Changed in nova: | |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in nova: | |
assignee: | nobody → Johannes Erdfelt (johannes.erdfelt) |
Changed in nova: | |
status: | Confirmed → In Progress |
Changed in nova: | |
milestone: | none → cactus-rc |
Changed in nova: | |
status: | In Progress → Fix Committed |
Changed in nova: | |
milestone: | cactus-rc → 2011.2 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Also received this, a completely different error: http:// paste.openstack .org/show/ 859/