----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6468/ -----------------------------------------------------------
Review request for cloudstack, Abhinandan Prateek and Murali Reddy. Description ------- In Basic zone while searching the DNS IP for the VM, search is not filtered out the router IP of other pod. Added fix get the DNS IP as the vm corresponding router ip. This addresses bug CS-15398. Diffs ----- server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java 82f7231 server/src/com/cloud/vm/dao/NicDao.java 3668eb5 server/src/com/cloud/vm/dao/NicDaoImpl.java 9bda254 Diff: https://reviews.apache.org/r/6468/diff/ Testing ------- Testing: 1. created basic zone with two pods pod1, pod2. 2. Added xen host in pod1, pod2 3. Created two VMs in each pod. 4. observed that each VM is getting its corresponding router ip as dns IP. 5. Advacned zone creating vm is success. Thanks, Jayapal Reddy