Duplicate DNS entries end up populating in XenStore for networks with both IPv6 and IPv4 subnets
Bug #1024557 reported by
Troy Toman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Troy Toman |
Bug Description
When XenStore is populated with the network configuration information, it puts DNS entries in for all subnets on a given network. In some cases, such as when a network has both a v6 and v4 address present, the DNS information for each subnet is the same. Currently, this will cause Nova to write duplicate DNS IPs into the XenStore network info. This can later cause an agent to pick this up and fail trying to configure duplicate DNS entries. This is happening on Folsom trunk (post F2). It has probably been in place back in Essex as well.
Changed in nova: | |
assignee: | nobody → Troy Toman (troy-toman) |
Changed in nova: | |
milestone: | none → folsom-3 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-3 → 2012.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/9799
Review: https:/