[Yahoo-eng-team] [Bug 1360104] [NEW] bind_router fails to log proper error message

2014-08-22 Thread IWAMOTO Toshihiro
Public bug reported: auto_schedule_routers can call bind_router within a transaction. If a DBDuplicateEntry exception happens in bind_router in such a case, the access to chosen_agent.id causes another exception as the outer transaction is already aborted, resulting in a useless debug log. **

[Yahoo-eng-team] [Bug 1381412] [NEW] l3-ha sometimes results in non-functional state

2014-10-15 Thread IWAMOTO Toshihiro
Public bug reported: Create an OpenStack system with 2 nodes with devstack and issue the following: $ neutron router-create routerha --ha True $ neutron net-create priv2 $ neutron subnet-create --ip_version 4 --name priv2-subnet priv2 10.10.0.0/20 $ neutron router-interface-add routerha

[Yahoo-eng-team] [Bug 1415712] [NEW] Volumes tab doesn't show up if cinder v1 isn't registered

2015-01-28 Thread IWAMOTO Toshihiro
Public bug reported: Horizon uses cinder v2 API for volume operations but needs v1 endpoint solely for enabling volumes tabs. This dependency on cinder v1 should be removed. ** Affects: horizon Importance: Undecided Assignee: IWAMOTO Toshihiro (iwamoto) Status: In Progress

[Yahoo-eng-team] [Bug 1431203] Re: too long error message on InstanceDeployFailure

2015-03-19 Thread IWAMOTO Toshihiro
It turned out that error messages are truncated on the nova side, as instance_faults.message is defined as String(255). ** Changed in: horizon Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1431203] [NEW] too long error message on InstanceDeployFailure

2015-03-12 Thread IWAMOTO Toshihiro
Public bug reported: The following is typical error messages with the Ironic virt driver. Notice the actual cause of these errors are prefixed by not-quite-helpful No valid host or Exceeded max scheduling attempts messages. On the horizon UI, these error messages are truncated and users cannot

[Yahoo-eng-team] [Bug 1488332] [NEW] instance fault message is truncated

2015-08-24 Thread IWAMOTO Toshihiro
Public bug reported: Please refer https://bugs.launchpad.net/nova/+bug/1431203 for the original bug report. As message handling of RescheduledException is suboptimal, when an instance fails to boot with retries, actual reason of the failure isn't recorded in the DB. MariaDB [nova] select

[Yahoo-eng-team] [Bug 1525780] [NEW] neutron-openvswitch-agent fails to terminate on SIGTERM when of_interface=native

2015-12-13 Thread IWAMOTO Toshihiro
Public bug reported: The summary says everything. It is due to Ryu's event loop handling. The following patch revealed this bug: https://review.openstack.org/#/c/231351/4/ ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1538368] [NEW] ovs agent restart causes an exception when of_interface=native

2016-01-26 Thread IWAMOTO Toshihiro
). ** Affects: neutron Importance: Undecided Assignee: IWAMOTO Toshihiro (iwamoto) Status: New ** Attachment added: "a.log" https://bugs.launchpad.net/bugs/1538368/+attachment/4557208/+files/a.log ** Changed in: neutron Assignee: (unassigned) => IWAM

[Yahoo-eng-team] [Bug 1606462] [NEW] OVS firewall doesn't handle security group updates properly

2016-07-26 Thread IWAMOTO Toshihiro
Public bug reported: Look at this: class OVSFirewallDriver(firewall.FirewallDriver): ... def security_group_updated(self, action_type, sec_group_ids, device_ids=None): """This method is obsolete The current driver only supports enhanced rpc

[Yahoo-eng-team] [Bug 1602567] [NEW] fullstack doesn't work with branch-2.5 ovs

2016-07-13 Thread IWAMOTO Toshihiro
Public bug reported: In order to test OVSFirewall, we need a newer version of ovs than one comes with Trusty. But the combination fails on VXLAN connectivity tests. See fullstack log of https://review.openstack.org/#/c/341328/1 for a example. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1602080] [NEW] ovs agent doesn't handle security group errors properly

2016-07-11 Thread IWAMOTO Toshihiro
Public bug reported: While I was testing my fullstack sg patch, I found ovs_neutron_agent.py is missing exception handling of setup_port_filters. See the attached log for details. ** Affects: neutron Importance: Undecided Status: New ** Tags: ovs sg-fw ** Attachment added: "ovs

[Yahoo-eng-team] [Bug 1597613] [NEW] OVS firewall fails if of_interface=native and ovsdb_interface=native

2016-06-29 Thread IWAMOTO Toshihiro
) ** Affects: neutron Importance: Undecided Assignee: IWAMOTO Toshihiro (iwamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1597613 Title: OVS

[Yahoo-eng-team] [Bug 1614380] [NEW] test_get_interface_bridged_time fails at self.assertGreater(t2, t1)

2016-08-18 Thread IWAMOTO Toshihiro
Public bug reported: Traceback (most recent call last): File "neutron/tests/functional/agent/linux/test_bridge_lib.py", line 53, in test_get_interface_bridged_time self.assertGreater(t2, t1) File

[Yahoo-eng-team] [Bug 1628819] [NEW] OVS firewall can generate too many flows

2016-09-29 Thread IWAMOTO Toshihiro
Public bug reported: The firewall code generate O(n^2) flows when a security group rule uses a remote_group_id. See OVSFirewallDriver.create_rules_generator. This can be problematic when a large number of addresses are in a security group. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1644700] [NEW] DHCPAgentOVSTestCase.test_create_subnet_with_dhcp fails

2016-11-24 Thread IWAMOTO Toshihiro
Public bug reported: neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_create_subnet_with_dhcp sometimes fails with: Traceback (most recent call last): File "neutron/tests/base.py", line 126, in func return f(self, *args, **kwargs) File

[Yahoo-eng-team] [Bug 1645655] [NEW] ovs firewall probably cannot handle server reboot

2016-11-29 Thread IWAMOTO Toshihiro
Public bug reported: See tempest test results for https://review.openstack.org/#/c/399400/ tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario fails at ssh connection after server soft reboot. A few other tests seem to have some issues, too. ** Affects:

[Yahoo-eng-team] [Bug 1655567] [NEW] DHCPv6 failures with "address already allocated in subnet" error

2017-01-11 Thread IWAMOTO Toshihiro
Public bug reported: Test failures with the DHCPv6 error from multiple test methods. Use query: http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22already%20allocated%20in%20subnet%5C%22 An example: == 2017-01-11 05:00:04.479808 |

[Yahoo-eng-team] [Bug 1673375] [NEW] Duplicate entry for key 'uniq_aggregate_hosts0host0aggregate_id

2017-03-16 Thread IWAMOTO Toshihiro
Public bug reported: I guess something is wrong with nova, causing a tempest failure. http://logs.openstack.org/08/445308/3/check/gate-tempest-dsvm-py35 -ubuntu-xenial/7bf0d72/logs/screen-n-api.txt.gz#_2017-03-16_05_31_09_399 2017-03-16 05:31:09.399 23355 ERROR oslo_messaging.notify.messaging

[Yahoo-eng-team] [Bug 1659965] Re: test_get_root_helper_child_pid_returns_first_child gate failure

2017-03-21 Thread IWAMOTO Toshihiro
** Also affects: psmisc Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1659965 Title: test_get_root_helper_child_pid_returns_first_child gate

[Yahoo-eng-team] [Bug 1672610] [NEW] ofctl request Datapath Invalid errors

2017-03-13 Thread IWAMOTO Toshihiro
Public bug reported: openflow connection is sometimes lost and the subsequent openflow command fails. ~70 occurences in a week in logstash search. Retrying should save such cases. example: http://logs.openstack.org/98/436798/25/check/gate-tempest-dsvm-neutron-

[Yahoo-eng-team] [Bug 1708092] [NEW] ovsfw sometimes rejects legitimate traffic when multiple remote SG rules are in use

2017-08-02 Thread IWAMOTO Toshihiro
Public bug reported: ovsfw uses conjunction to represent SG rules with remote_group_id. When there are multiple rules which differ only in remote_group_id, the ovsfw code generates flows with the same match fields and different conjuction actions. Such flows don't work well as the openflow spec

[Yahoo-eng-team] [Bug 1708358] [NEW] ovsfw ignores icmp_{type, code}

2017-08-03 Thread IWAMOTO Toshihiro
Public bug reported: The SG code uses port_range_{min,max} fields for ICMP type/code. iptables_firewall handles that correctly but ovsfw lacks that knowledge, resulting in those fields ignored by the ovsfw driver. ** Affects: neutron Importance: Undecided Assignee: IWAMOTO Toshihiro

[Yahoo-eng-team] [Bug 1708580] [NEW] ovsfw ignores port_ranges under some conditions

2017-08-03 Thread IWAMOTO Toshihiro
Public bug reported: ovsfw ignores port_ranges when protocol is not literal udp or tcp. sctp and numeric protocol values don't work and result in too permissive filtering. ** Affects: neutron Importance: Undecided Status: New ** Tags: ovs-fw sg-fw -- You received this bug

[Yahoo-eng-team] [Bug 1706285] [NEW] FirewallDriver's defer_apply might need better exception handling

2017-07-25 Thread IWAMOTO Toshihiro
Public bug reported: The current code is: @contextlib.contextmanager def defer_apply(self): """Defer apply context.""" self.filter_defer_apply_on() try: yield finally: self.filter_defer_apply_off() This means filter_defer_apply_off

[Yahoo-eng-team] [Bug 1709547] [NEW] fullstack ovsfw tests aren't executed

2017-08-09 Thread IWAMOTO Toshihiro
Public bug reported: fullstack issues "ovs-ofctl add-flow br-test-foo ct_state=+trk,actions=drop" to confirm conntrack support but results in: http://logs.openstack.org/18/489918/4/check/gate-neutron-dsvm-fullstack- ubuntu-xenial/f9aa19e/console.html#_2017-08-09_05_24_52_006295 Stderr: sudo: no

[Yahoo-eng-team] [Bug 1673027] Re: ovsfw: no vm connectivity after nova reboot

2017-05-17 Thread IWAMOTO Toshihiro
*** This bug is a duplicate of bug 1645655 *** https://bugs.launchpad.net/bugs/1645655 ** This bug has been marked a duplicate of bug 1645655 ovs firewall cannot handle server reboot -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1698058] [NEW] L3DvrTestCase.test_dvr_gateway_host_binding_is_set: MismatchError: u'host0' != u'standby'

2017-06-14 Thread IWAMOTO Toshihiro
Public bug reported: L3DvrTestCase.test_dvr_gateway_host_binding_is_set is recently added in commit abe99383. It seems to fail often with MismatchError: u'host0' != u'standby'. Example:

[Yahoo-eng-team] [Bug 1732603] [NEW] neutron-dynamic-routing CI failure

2017-11-15 Thread IWAMOTO Toshihiro
Public bug reported: http://logs.openstack.org/23/519123/17/check/legacy-neutron-dynamic- routing-dsvm-tempest-scenario- ipv4/1b02d4a/logs/screen-q-svc.txt.gz#_Nov_15_18_59_37_488143 Nov 15 18:59:37.488143 ubuntu-xenial-ovh-gra1-897328 neutron- server[20475]: ERROR