VMWARE: Intermittent problem with stats reporting
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Compute (nova) |
High
|
Sabari Murugesan | ||
| Havana |
High
|
Gary Kotton | ||
| VMwareAPI-Team |
Critical
|
Sabari Murugesan |
Bug Description
I see that sometimes vmware driver reports 0 stats. Please take a look at the following log file for more information: http://
excerpts from log file:
2013-11-18 15:41:03.994 20162 WARNING nova.virt.
2013-11-18 15:41:04.029 20162 WARNING nova.virt.
2013-11-18 15:41:04.029 20162 WARNING nova.virt.
2013-11-18 15:41:04.029 20162 DEBUG nova.compute.
2013-11-18 15:41:04.029 20162 DEBUG nova.compute.
2013-11-18 15:41:04.030 20162 DEBUG nova.compute.
During this time we cannot spawn any server. Look at the http://
excerpts from log file:
2013-11-18 15:41:52.475 DEBUG nova.filters [req-dc82a954-
2013-11-18 15:41:52.476 DEBUG nova.scheduler.
2013-11-18 15:41:52.476 INFO nova.filters [req-dc82a954-
2013-11-18 15:41:52.477 WARNING nova.scheduler.
affects: | barbican → nova |
Changed in nova: | |
status: | New → Confirmed |
importance: | Undecided → Critical |
Changed in openstack-vmwareapi-team: | |
importance: | Undecided → Critical |
status: | New → Confirmed |
Changed in nova: | |
importance: | Critical → High |
Tracy Jones (tjones-i) wrote : | #1 |
Gary Kotton (garyk) wrote : | #2 |
Moved to critical - when the problem occurs the VM's cannot be booted.
Changed in nova: | |
importance: | High → Critical |
Changed in nova: | |
milestone: | none → icehouse-1 |
assignee: | nobody → Gary Kotton (garyk) |
Changed in nova: | |
status: | Confirmed → In Progress |
Shawn Hartsock (hartsock) wrote : | #3 |
Please tell me I don't need to ask Russell Bryant to come here and explain priorities to you.
Changed in nova: | |
importance: | Critical → High |
Changed in openstack-vmwareapi-team: | |
status: | Confirmed → In Progress |
Gary Kotton (garyk) wrote : | #4 |
Yeah, an explanation of the priorities would be nice. If I was unable to deploy a VM I would consider that a critical problem, but if high is what we need to settle for then great.
Problem is address by: https:/
Changed in nova: | |
assignee: | Gary Kotton (garyk) → Sabari Kumar Murugesan (smurugesan) |
dan wendlandt (danwent) wrote : | #5 |
no need for a priority fight here. In terms of the priority within the nova project, i believe this should be 'high', as its impact is limited to a single driver, and I think critical is reserved for general items (at least this is what I have been told... not sure if it is strictly enforced). For the vmwareapi project, I would consider this critical.
Sabari Murugesan (smurugesan) wrote : | #6 |
Addressed by:- https:/
tags: | added: havana-backport-potential |
Changed in nova: | |
milestone: | icehouse-1 → icehouse-2 |
Changed in openstack-vmwareapi-team: | |
assignee: | nobody → Sabari Kumar Murugesan (smurugesan) |
Reviewed: https:/
Committed: http://
Submitter: Jenkins
Branch: master
commit 6471776b6b25bb4
Author: Sabari Kumar Murugesan <email address hidden>
Date: Wed Nov 27 16:10:59 2013 -0800
VMware: Fix unhandled session failure issues
VMware driver has a re-try mechanism to handle session expiration
failures. Due to a minor bug in the exception handling module, this
failure was unhandled.
The patch fixes this issue and has added tests.
Closes-Bug: #1252827
Change-Id: Ie91adb4b4b57b7
Changed in nova: | |
status: | In Progress → Fix Committed |
Fix proposed to branch: stable/havana
Review: https:/
tags: | removed: havana-backport-potential |
Reviewed: https:/
Committed: http://
Submitter: Jenkins
Branch: stable/havana
commit c2278faae1248ec
Author: Sabari Kumar Murugesan <email address hidden>
Date: Wed Nov 27 16:10:59 2013 -0800
VMware: Fix unhandled session failure issues
VMware driver has a re-try mechanism to handle session expiration
failures. Due to a minor bug in the exception handling module, this
failure was unhandled.
The patch fixes this issue and has added tests.
Closes-Bug: #1252827
(cherry picked from commit 6471776b6b25bb4
Conflicts:
nova/
Change-Id: I6b2e0ce664c0f6
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in openstack-vmwareapi-team: | |
status: | In Progress → Fix Released |
Changed in nova: | |
milestone: | icehouse-2 → 2014.1 |
going to run the debug code on one of the CI slaves to hopefully repo