[NETVIRT-15] vxlan ports should not be removed in table 110 flow entry unless last VM instance removed from the openstack node. Created: 27/Apr/16 Updated: 08/Apr/19 Resolved: 18/May/16 |
|
| Status: | Resolved |
| Project: | netvirt |
| Component/s: | General |
| Affects Version/s: | Beryllium |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | balakrishnan k | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| Attachments: |
|
| External issue ID: | 5813 |
| Description |
|
ODL version: stable/beryllium (netvirt) Issue Scenario : Reproduce the Bug : dump flows after creating VM instance in compute node2: cookie=0x0, duration=1484.310s, table=100, n_packets=17, n_bytes=2626, priority=0 actions=goto_table:110 cookie=0x0, duration=18.572s, table=110, n_packets=0, n_bytes=0, tun_id=0x41d,dl_dst=fa:16:3e:98:48:6b actions=output:3 cookie=0x0, duration=17.140s, table=110, n_packets=0, n_bytes=0, tun_id=0x41d,dl_dst=fa:16:3e:f1:b9:f6 actions=output:5 cookie=0x0, duration=18.563s, table=110, n_packets=0, n_bytes=0, priority=16384,reg0=0x2,tun_id=0x41d,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:3,output:5 cookie=0x0, duration=18.557s, table=110, n_packets=0, n_bytes=0, priority=16383,reg0=0x1,tun_id=0x41d,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:3,output:1,output:2,output:5 -->(port 1 and 2 belongs to Vxlan, port 3 and 5 belongs to VM) cookie=0x0, duration=18.548s, table=110, n_packets=0, n_bytes=0, priority=8192,tun_id=0x41d actions=drop cookie=0x0, duration=1484.310s, table=110, n_packets=17, n_bytes=2626, priority=0 actions=drop port details: [stack@compute2 devstack]$ sudo ovs-vsctl list interface | grep -e "ofport|vxlan" name : "vxlan-10.106.138.139" dump flows after deleting 1 VM instance in compute node2: cookie=0x0, duration=1857.101s, table=100, n_packets=92, n_bytes=16262, priority=0 actions=goto_table:110 cookie=0x0, duration=391.363s, table=110, n_packets=2, n_bytes=711, tun_id=0x41d,dl_dst=fa:16:3e:98:48:6b actions=output:3 cookie=0x0, duration=391.354s, table=110, n_packets=0, n_bytes=0, priority=16384,reg0=0x2,tun_id=0x41d,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:3 cookie=0x0, duration=391.348s, table=110, n_packets=16, n_bytes=2284, priority=16383,reg0=0x1,tun_id=0x41d,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:3(removed VM present in the port 5, vxlan ports also removed) cookie=0x0, duration=1857.101s, table=110, n_packets=54, n_bytes=10896, priority=0 actions=drop |
| Comments |
| Comment by balakrishnan k [ 27/Apr/16 ] |
|
Attachment ODL_log.tar.gz has been added with description: controller logs |
| Comment by Sam Hague [ 18/May/16 ] |
|
be: https://git.opendaylight.org/gerrit/38625 |