vmware: VCdriver creates same hypervisor_hostname for different vcenters with same Cluster name
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Matthew Booth | ||
VMwareAPI-Team |
In Progress
|
Critical
|
Unassigned |
Bug Description
Consider the following scenario, where two nova-compute nodes are configured to different vcenter with same cluster named "Cluster1":
Compute-Node #1:
-------
hostname: devstack1
vmware.host_ip: 10.1.0.12
vmware.
Compute-Node #2:
-------
hostname: devstack2
vmware.host_ip: 10.1.0.13
vmware.
hypervisor_
In this scenario, VC driver creates the same value for compute_
-------
Compute_node | hypervisor_hostname
-------
#1 | domain-
#2 | domain-
-------
Because same compute_
1. In admin->Hypervisors, the same CPU, Memory utilization is reported for both the clusters
2. In admin -> Hypervisors-> [Click on Hypervisor #1]->, the details page reports the same list of instance for both the clusters.
Though the issue is seen in the horizon, the actual root cause is because vcdriver creates the same hypervisor_hostname for both the clusters.
so this bug is filed to fix this issue, to create the hypervisor_hostname as follows:
<vmware.host_ip (vmware.
Ex: 10.1.0.12 (Cluster1)
Changed in nova: | |
assignee: | nobody → Kanagaraj Manickam (kanagaraj-manickam) |
Changed in nova: | |
status: | New → In Progress |
Changed in nova: | |
importance: | Undecided → High |
Changed in nova: | |
milestone: | none → juno-3 |
Changed in nova: | |
milestone: | juno-3 → juno-rc1 |
Changed in nova: | |
assignee: | Kanagaraj Manickam (kanagaraj-manickam) → Davanum Srinivas (DIMS) (dims-v) |
Changed in nova: | |
assignee: | Davanum Srinivas (DIMS) (dims-v) → Kanagaraj Manickam (kanagaraj-manickam) |
Changed in nova: | |
importance: | High → Critical |
tags: | added: icehouse-backport-potential |
Changed in nova: | |
milestone: | juno-rc1 → none |
Changed in nova: | |
milestone: | none → liberty-1 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | liberty-1 → 12.0.0 |
Fix proposed to branch: master /review. openstack. org/99623
Review: https:/