On icehouse setup, VMs stuck is BUILD state
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R1.1 |
Fix Committed
|
High
|
Atul Moghe | |||
Trunk |
Fix Committed
|
High
|
Atul Moghe |
Bug Description
R1.10 Build 44 Ubuntu Icehouse multi-node setup
It was seen during script runs that vms get stuck in BUILD state forever
Logs of openstack node, compute node will be in http://
env.roledefs = {
'all': [host1, host2, host3, host4, host5],
'cfgm': [host1,
'openstack': [host2],
'control': [host1,host4],
'compute': [host5],
'collector': [host1,
'webui': [host1],
'database': [host1,
'build': [host_build],
}
env.hostnames = {
'all': ['nodec22', 'nodeg30', 'nodeg29', 'nodeh4', 'nodeh5']
}
root@nodec22:~# nova list --all-tenants
+------
| ID | Name | Status | Task State | Power State | Networks |
+------
| a9836405-
+------
root@nodec22:~#
nova-scheduler.log:
==================
2014-09-30 11:19:26.361 30452 INFO nova.scheduler.
2014-09-30 11:19:26.363 30452 AUDIT nova.scheduler.
2014-09-30 11:19:26.364 30452 INFO nova.scheduler.
nova-compute.log:
2014-09-30 11:19:26.417 1624 AUDIT nova.compute.
tags: | removed: blocker |
We dont see this problem with latest sync point for icehouse. juniper/nova is synced to latest openstack/nova and icehouse build have been moved to later release tag.