Activity log for bug #1567773

Date Who What changed Old value New value Message
2016-04-08 06:12:23 Li Ma bug added bug
2016-04-08 06:12:30 Li Ma dragonflow: importance Undecided High
2016-04-08 07:18:54 Li Ma dragonflow: importance High Undecided
2016-04-08 08:04:42 Li Ma dragonflow: assignee Li Ma (nick-ma-z)
2016-04-08 08:12:50 Li Ma dragonflow: importance Undecided High
2016-04-08 08:29:25 OpenStack Infra dragonflow: status New In Progress
2016-04-10 08:12:24 Li Ma description This is discovered in the latest dragonflow codes. There are no errors reported. But in controller log, there are no DHCP app logs reported. It is really weird. No DHCP offer and No DHCP ack. I find a temp solution: just revert 'Enable selective distribution with Pub/Sub'. https://github.com/openstack/dragonflow/commit/be8dd4cb5618b887eeb4b92990aa8cd454d2cd62 I don't know why. I'm investigating. This is discovered in the latest dragonflow codes (04-10-2016). There are no errors reported. But in controller log, there are no DHCP app logs reported. It is really weird. No DHCP offer and No DHCP ack. stack@nick-dev:~/dragonflow$ sudo ovs-ofctl dump-flows br-int NXST_FLOW reply (xid=0x4): cookie=0x0, duration=1433.614s, table=9, n_packets=0, n_bytes=0, idle_age=1433, priority=100,arp actions=resubmit(,10) cookie=0x0, duration=1433.613s, table=9, n_packets=0, n_bytes=0, idle_age=1433, priority=100,udp,dl_dst=ff:ff:ff:ff:ff:ff,tp_src=68,tp_dst=67 actions=resubmit(,11) cookie=0x0, duration=1433.615s, table=9, n_packets=0, n_bytes=0, idle_age=1433, priority=1 actions=resubmit(,17) cookie=0x0, duration=1433.614s, table=10, n_packets=0, n_bytes=0, idle_age=1433, priority=1 actions=resubmit(,17) cookie=0x0, duration=1433.612s, table=11, n_packets=0, n_bytes=0, idle_age=1433, priority=1 actions=resubmit(,17) cookie=0x0, duration=1433.613s, table=20, n_packets=0, n_bytes=0, idle_age=1433, priority=1 actions=resubmit(,64) stack@nick-dev:~/dragonflow$
2016-04-10 08:27:53 Li Ma description This is discovered in the latest dragonflow codes (04-10-2016). There are no errors reported. But in controller log, there are no DHCP app logs reported. It is really weird. No DHCP offer and No DHCP ack. stack@nick-dev:~/dragonflow$ sudo ovs-ofctl dump-flows br-int NXST_FLOW reply (xid=0x4): cookie=0x0, duration=1433.614s, table=9, n_packets=0, n_bytes=0, idle_age=1433, priority=100,arp actions=resubmit(,10) cookie=0x0, duration=1433.613s, table=9, n_packets=0, n_bytes=0, idle_age=1433, priority=100,udp,dl_dst=ff:ff:ff:ff:ff:ff,tp_src=68,tp_dst=67 actions=resubmit(,11) cookie=0x0, duration=1433.615s, table=9, n_packets=0, n_bytes=0, idle_age=1433, priority=1 actions=resubmit(,17) cookie=0x0, duration=1433.614s, table=10, n_packets=0, n_bytes=0, idle_age=1433, priority=1 actions=resubmit(,17) cookie=0x0, duration=1433.612s, table=11, n_packets=0, n_bytes=0, idle_age=1433, priority=1 actions=resubmit(,17) cookie=0x0, duration=1433.613s, table=20, n_packets=0, n_bytes=0, idle_age=1433, priority=1 actions=resubmit(,64) stack@nick-dev:~/dragonflow$ This is discovered in the latest dragonflow codes (04-10-2016). There are no errors reported. But in controller log, there are no DHCP app logs reported. It is really weird. No DHCP offer and No DHCP ack. After I created an instance connected to a private network: stack@nick-dev:~/dragonflow$ sudo ovs-ofctl dump-flows br-int NXST_FLOW reply (xid=0x4):  cookie=0x0, duration=1433.614s, table=9, n_packets=0, n_bytes=0, idle_age=1433, priority=100,arp actions=resubmit(,10)  cookie=0x0, duration=1433.613s, table=9, n_packets=0, n_bytes=0, idle_age=1433, priority=100,udp,dl_dst=ff:ff:ff:ff:ff:ff,tp_src=68,tp_dst=67 actions=resubmit(,11)  cookie=0x0, duration=1433.615s, table=9, n_packets=0, n_bytes=0, idle_age=1433, priority=1 actions=resubmit(,17)  cookie=0x0, duration=1433.614s, table=10, n_packets=0, n_bytes=0, idle_age=1433, priority=1 actions=resubmit(,17)  cookie=0x0, duration=1433.612s, table=11, n_packets=0, n_bytes=0, idle_age=1433, priority=1 actions=resubmit(,17)  cookie=0x0, duration=1433.613s, table=20, n_packets=0, n_bytes=0, idle_age=1433, priority=1 actions=resubmit(,64) stack@nick-dev:~/dragonflow$
2016-04-12 01:53:14 OpenStack Infra dragonflow: status In Progress Fix Released