EMC-POC: fail to launch VM at Compute node after the Controller+Network node reboots; intermittent failure
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-cisco |
New
|
Undecided
|
Unassigned |
Bug Description
In EMC-POC setup, Controller and Network node run on the same bare-metal machine.
After the Controller+Network node reboots, sometimes it fails to launch new VM at the Compute node;
though it shows the Compute node service is on-line.
To recover, reboot nova service at the Compute node or reboot Compute node.
[root@bxb-ds-46 ~]# nova-manage service list
Binary Host Zone Status State Updated_At
nova-consoleauth bxb-ds-46 internal enabled :-) 2015-06-19 14:50:23
nova-scheduler bxb-ds-46 internal enabled :-) 2015-06-19 14:50:23
nova-conductor bxb-ds-46 internal enabled :-) 2015-06-19 14:50:23
nova-cert bxb-ds-46 internal enabled :-) 2015-06-19 14:50:23
nova-compute bxb-ds-48 zone2 enabled :-) 2015-06-19 14:50:28 <<<<< on-line
nova-compute bxb-ds-47 zone1 enabled :-) 2015-06-19 14:50:23 <<<<< on-line
[root@bxb-ds-46 ~]# nova boot --image cirros-0.3.3 --flavor 1 --nic net-id=
+------
| Property | Value |
+------
| OS-DCF:diskConfig | MANUAL |
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-STS:vm_state | building |
| OS-SRV-
| OS-SRV-
| accessIPv4 | |
| accessIPv6 | |
| adminPass | D2odvQwgqBgH |
| config_drive | |
| created | 2015-06-
| flavor | m1.tiny (1) |
| hostId | |
| id | ba3fa4f4-
| image | cirros-0.3.3 (be11b03e-
| key_name | - |
| metadata | {} |
| name | ds47-net11-vm1 |
| os-extended-
| progress | 0 |
| security_groups | default |
| status | BUILD |
| tenant_id | be95bac2e005423
| updated | 2015-06-
| user_id | 3128db857ad549e
+------
[root@bxb-ds-46 ~]# nova list
+------
| ID | Name | Status | Task State | Power State | Networks |
+------
| ba3fa4f4-
+------
[root@bxb-ds-46 ~]# nova show ds47-net11-vm1
+------
| Property | Value |
+------
| OS-DCF:diskConfig | MANUAL |
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-STS:vm_state | building |
| OS-SRV-
| OS-SRV-
| accessIPv4 | |
| accessIPv6 | |
| config_drive | |
| created | 2015-06-
| flavor | m1.tiny (1) |
| hostId | |
| id | ba3fa4f4-
| image | cirros-0.3.3 (be11b03e-
| key_name | - |
| metadata | {} |
| name | ds47-net11-vm1 |
| os-extended-
| progress | 0 |
| status | BUILD |
| tenant_id | be95bac2e005423
| updated | 2015-06-
| user_id | 3128db857ad549e
+------