Activity log for bug #1456624

Date Who What changed Old value New value Message
2015-05-19 12:56:01 Itzik Brown bug added bug
2015-05-19 14:01:13 venkata anil neutron: assignee venkata anil (anil-venkata)
2015-05-19 21:15:00 Darragh O'Reilly bug added subscriber Darragh O'Reilly
2015-06-08 08:28:38 Oleg Bondarev tags l3-dvr-backlog
2015-06-08 08:29:29 Oleg Bondarev neutron: importance Undecided Medium
2015-06-09 07:05:46 venkata anil neutron: status New In Progress
2015-06-26 13:15:10 venkata anil description Having a distributed router with interfaces for an internal network and external network. When Launching a instance and pinging an external network and then associating a floating to the instance the connection is lost i.e. the ping fails. When running the ping command again - it's successful. Version ====== RHEL 7.1 python-nova-2015.1.0-3.el7ost.noarch python-neutron-2015.1.0-1.el7ost.noarch How to reproduce ============== 1. Create a distributed router and attach an internal and an external network to it. # neutron router-create --distributed True router1 # neutron router-interface-add router1 <subnet1 id> # neutron router-gateway-set <external network id> 2. Launch an instance and associate it with a floating IP. # nova boot --flavor m1.small --image fedora --nic net-id=<internal network id> vm1 3. Go to the console of the instance and run ping to an external network: # ping 8.8.8.8 4. Associate a floating IP to the instance: # nova floating-ip-associate vm1 <floatingip-address> 5. Verify that the ping fails. In DVR, when a floating ip is associated with a port, the current connection( ssh or ping) to external network will be hung(and unresponsive). The connection may be any TCP, UDP, ICMP connections which are tracked in conntrack. Having a distributed router with interfaces for an internal network and external network. When Launching a instance and pinging an external network and then associating a floating to the instance the connection is lost i.e.  the ping fails. When running the ping command again - it's successful. Version ====== RHEL 7.1 python-nova-2015.1.0-3.el7ost.noarch python-neutron-2015.1.0-1.el7ost.noarch How to reproduce ============== 1. Create a distributed router and attach an internal and an external network to it.     # neutron router-create --distributed True router1     # neutron router-interface-add router1 <subnet1 id>     # neutron router-gateway-set <external network id> 2. Launch an instance and associate it with a floating IP.     # nova boot --flavor m1.small --image fedora --nic net-id=<internal network id> vm1 3. Go to the console of the instance and run ping to an external network:      # ping 8.8.8.8 4. Associate a floating IP to the instance:      # nova floating-ip-associate vm1 <floatingip-address> 5. Verify that the ping fails.
2015-12-12 03:31:00 Armando Migliaccio neutron: assignee venkata anil (anil-venkata)
2015-12-12 03:31:03 Armando Migliaccio neutron: status In Progress Incomplete
2015-12-14 06:16:08 venkata anil neutron: assignee venkata anil (anil-venkata)
2015-12-14 06:17:59 venkata anil neutron: status Incomplete In Progress
2016-04-14 18:08:32 Armando Migliaccio neutron: status In Progress Incomplete
2016-04-14 18:08:34 Armando Migliaccio neutron: assignee venkata anil (anil-venkata)
2016-04-14 18:08:43 Armando Migliaccio neutron: status Incomplete Confirmed
2016-04-20 17:36:41 Carl Baldwin neutron: status Confirmed Won't Fix