Activity log for bug #1568960

Date Who What changed Old value New value Message
2016-04-11 16:35:25 amit surana bug added bug
2016-04-11 16:35:40 amit surana nominated for series juniperopenstack/r3.0
2016-04-11 16:35:40 amit surana bug task added juniperopenstack/r3.0
2016-04-11 16:35:40 amit surana nominated for series juniperopenstack/trunk
2016-04-11 16:35:40 amit surana bug task added juniperopenstack/trunk
2016-04-11 16:35:54 amit surana juniperopenstack/r3.0: assignee Naveen N (naveenn)
2016-04-11 16:35:56 amit surana juniperopenstack/r3.0: importance Undecided Medium
2016-04-11 16:37:37 amit surana description LBaaS is configured and FIP is assigned to the VIP. Now, if a VM is instantiated on the FIP VN and it happens to land on the same compute as the active LBaaS instance, then the VM is unable to ping the FIP assigned to the VIP. The routes in the L3 FIP VRF looks correct and the stitched MAC is present for the FIP (and has the correct nh). However, the MAC route in the L2 VRF is wrong and is pointing to the compute that has the standby VRF. EVPN route table on the agent shows that even though the local route has higher preference (of 200), the route received from the remote agent (the one that has the sby instance) is preferred. There are several other issues too: a single ping is resulting in 4 flows being setup; one pair of flows without dnat and other with dnat enabled. Configured encap is VxLAN. root@csol2-node15:~# rt --dump 18 | grep 16.24.0.5\/32 16.24.0.5/32 32 PT - 94 2:b6:d:54:42:e7(227292) root@csol2-node15:~# nh --get 94 Id:94 Type:Encap Fmly: AF_INET Rid:0 Ref_cnt:6 Vrf:16 Flags:Valid, Policy, EncapFmly:0806 Oif:30 Len:14 Encap Data: 02 b6 0d 54 42 e7 00 00 5e 00 01 00 08 00 root@csol2-node15:~# rt --dump 18 --family bridge | grep 42:e7 227292 2:b6:d:54:42:e7 LDf 7 43 root@csol2-node15:~# nh --get 43 Id:43 Type:Tunnel Fmly: AF_INET Rid:0 Ref_cnt:43 Vrf:0 Flags:Valid, Vxlan, Oif:0 Len:14 Flags Valid, Vxlan, Data:90 e2 ba 50 b9 68 90 e2 ba 4c 67 f8 08 00 Vrf:0 Sip:172.16.180.15 Dip:172.16.180.14 LBaaS is configured and FIP is assigned to the VIP. Now, if a VM is instantiated on the FIP VN and it happens to land on the same compute as the active LBaaS instance, then the VM is unable to ping the FIP assigned to the VIP. The routes in the L3 FIP VRF looks correct and the stitched MAC is present for the FIP (and has the correct nh). However, the MAC route in the L2 VRF is wrong and is pointing to the compute that has the standby VRF. EVPN route table on the agent shows that even though the local route has higher preference (of 200), the route received from the remote agent (the one that has the sby instance) is preferred. There are several other issues too: a single ping is resulting in 4 flows being setup; one pair of flows without dnat and other with dnat enabled. Configured encap is VxLAN. root@csol2-node15:~# rt --dump 18 | grep 16.24.0.5\/32 16.24.0.5/32 32 PT - 94 2:b6:d:54:42:e7(227292) root@csol2-node15:~# nh --get 94 Id:94 Type:Encap Fmly: AF_INET Rid:0 Ref_cnt:6 Vrf:16               Flags:Valid, Policy,               EncapFmly:0806 Oif:30 Len:14               Encap Data: 02 b6 0d 54 42 e7 00 00 5e 00 01 00 08 00 root@csol2-node15:~# rt --dump 18 --family bridge | grep 42:e7 227292 2:b6:d:54:42:e7 LDf 7 43 root@csol2-node15:~# nh --get 43 Id:43 Type:Tunnel Fmly: AF_INET Rid:0 Ref_cnt:43 Vrf:0               Flags:Valid, Vxlan,               Oif:0 Len:14 Flags Valid, Vxlan, Data:90 e2 ba 50 b9 68 90 e2 ba 4c 67 f8 08 00               Vrf:0 Sip:172.16.180.15 Dip:172.16.180.14 root@csol2-node15:~# flow -l | grep 16.24.0.4 -C2 116308<=>386752 13.169.55.3:10129 1 (16->18) 16.24.0.4:0 (Gen: 8, K(nh):94, Action:N(S), Flags:, S(nh):94, Stats:0/0, SPort 61677) -- (Gen: 7, K(nh):425, Action:F, Flags:, S(nh):7, Stats:0/0, SPort 65313) 174452<=>188020 16.24.0.4:10129 1 (18) 16.24.0.5:0 (Gen: 7, K(nh):395, Action:F, Flags:, S(nh):395, Stats:1233/120834, SPort 49303) -- 188020<=>174452 16.24.0.5:10129 1 (18) 16.24.0.4:0 (Gen: 5, K(nh):395, Action:F, Flags:, S(nh):94, Stats:0/0, SPort 54053) -- (Gen: 10, K(nh):209, Action:F, Flags:, S(nh):209, Stats:1/76, SPort 49378) 386752<=>116308 16.24.0.4:10129 1 (16->16) 16.24.0.5:0 (Gen: 14, K(nh):94, Action:N(D), Flags:, S(nh):395, Stats:1233/120834, SPort 60017)
2016-04-11 16:37:45 amit surana tags vrouter soln vrouter
2016-04-12 10:46:24 Naveen N juniperopenstack/r3.0: assignee Naveen N (naveenn) Manish Singh (manishs)
2016-04-12 10:46:37 Naveen N juniperopenstack/trunk: assignee Naveen N (naveenn) Manish Singh (manishs)
2016-04-19 09:33:17 OpenContrail Admin juniperopenstack/r3.0: status New In Progress
2016-04-19 09:54:20 OpenContrail Admin juniperopenstack/trunk: status New In Progress
2016-04-19 15:24:27 OpenContrail Admin nominated for series juniperopenstack/r2.21.x
2016-04-19 15:24:27 OpenContrail Admin bug task added juniperopenstack/r2.21.x
2016-04-19 15:24:27 OpenContrail Admin bug task added juniperopenstack/r2.21.x
2016-04-19 15:24:30 OpenContrail Admin nominated for series juniperopenstack/r2.22.x
2016-04-19 15:24:30 OpenContrail Admin bug task added juniperopenstack/r2.22.x
2016-04-19 15:24:30 OpenContrail Admin bug task added juniperopenstack/r2.22.x
2016-04-19 15:27:17 OpenContrail Admin nominated for series juniperopenstack/r2.20
2016-04-19 15:27:17 OpenContrail Admin bug task added juniperopenstack/r2.20
2016-04-19 15:27:17 OpenContrail Admin bug task added juniperopenstack/r2.20
2016-04-20 04:39:38 OpenContrail Admin juniperopenstack/r2.21.x: status In Progress Fix Committed
2016-04-20 04:39:39 OpenContrail Admin juniperopenstack/r2.21.x: milestone r2.21.2
2016-04-21 03:24:11 OpenContrail Admin juniperopenstack/r3.0: status In Progress Fix Committed
2016-04-21 03:24:12 OpenContrail Admin juniperopenstack/r3.0: milestone r3.0.2.0
2016-04-21 04:56:27 OpenContrail Admin juniperopenstack/r2.20: status In Progress Fix Committed
2016-04-21 04:56:28 OpenContrail Admin juniperopenstack/r2.20: milestone r2.23
2016-04-22 02:22:22 OpenContrail Admin juniperopenstack/trunk: status In Progress Fix Committed
2016-04-22 02:22:23 OpenContrail Admin juniperopenstack/trunk: milestone r3.1.0.0-fcs
2016-04-22 06:19:14 OpenContrail Admin juniperopenstack/r2.22.x: status In Progress Fix Committed
2016-04-22 06:19:15 OpenContrail Admin juniperopenstack/r2.22.x: milestone r2.22.2