Instance ends up with multiple IP addresses
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mirantis OpenStack |
New
|
Medium
|
Unassigned |
Bug Description
MOS 9.0
When a nova-compute service was disabled, there were issues with placing a few VMs. This node wasn't working properly, which results in the error below:
20161129/
The instance was then placed on another node with multiple IP addresses.
Below is the output from the instance with some data removed such as the full IP.
root@node-1:~# nova show f180c69e-
+------
| Property | Value
|
+------
| OS-DCF:diskConfig | AUTO
|
| OS-EXT-
|
| OS-EXT-
|
| OS-EXT-
|
| OS-EXT-
|
| OS-EXT-
|
| OS-EXT-
|
| OS-EXT-
|
| OS-EXT-
|
| OS-EXT-
|
| OS-EXT-
|
| OS-EXT-
|
| OS-EXT-
|
| OS-EXT-STS:vm_state | active
|
| OS-SRV-
|
| OS-SRV-
|
| Public-Internet network | *.*.150.175, *.*.150.179
|
| accessIPv4 |
|
| accessIPv6 |
|
| config_drive | True
|
| created | 2016-11-
|
| description | testdoubleip
|
| flavor | m1.small (2)
|
| hostId |
053c391872bca54
| host_status | UP
|
| id |
f180c69e-
| locked | False
|
| metadata | {}
|
| name | testdoubleip
|
| os-extended-
|
| progress | 0
|
| security_groups | default
|
| status | ACTIVE
+------
After completion of maintenance on the node it was put back into rotation and the issue cannot be replicated.
tags: | added: customer-found |
I do not believe it is a duplicate as it happened on more than one instance. The issue could be replicated until the nova-compute service was returned to service.