[Yahoo-eng-team] [Bug 1861071] [NEW] Failing to extend an attached encrypted volume

2020-01-28 Thread Tzach Shefi
Public bug reported: Description: While extending an attached encrypted volume, Cinder reports volume had been extended. However inside the instance lsblk doesn't show new extended size. This works fine for none encrypted attached volumes. The error on Nova says suggest this isn't cause by

[Yahoo-eng-team] [Bug 1856839] Re: [L3] router processing time increase if there are large set ports

2020-01-28 Thread OpenStack Infra
Reviewed: https://review.opendev.org/701077 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5f2758bb800c0376efd3e0526f808d73b9ad1bc0 Submitter: Zuul Branch:master commit 5f2758bb800c0376efd3e0526f808d73b9ad1bc0 Author: LIU Yulong Date: Mon Sep 30 11:03:49 2019

[Yahoo-eng-team] [Bug 1856240] Re: wait_for_versioned_notifications gives unhelpful error message "ValueError: Not a text type application/octet-stream" on timeout

2020-01-28 Thread Balazs Gibizer
** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1856240 Title: wait_for_versioned_notifications gives unhelpful

[Yahoo-eng-team] [Bug 1861087] [NEW] Fetching metadata via LB fails when query returns large number of networks

2020-01-28 Thread Kobi Samoray
Public bug reported: While querying metadata via LB object, Neutron queries the attached networks to the metadata provider. However, when there is a massive number of networks in the result, the following port query fails with the following error: requester 10.6.0.6. Error: An unknown

[Yahoo-eng-team] [Bug 1860991] Re: fail to evacuate instance

2020-01-28 Thread Sam Tseng
sorry, this is no a bug, it's permission deny on share storage. please close it. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1585699] Re: Neutron Metadata Agent Configuration - nova_metadata_ip

2020-01-28 Thread Tobias Urdin
** Changed in: puppet-neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1585699 Title: Neutron Metadata Agent Configuration - nova_metadata_ip

[Yahoo-eng-team] [Bug 1860033] Re: Tempest jobs broken on stable branches due to requirements neutron-lib upgrade (the EOLing python2 drama)

2020-01-28 Thread Ghanshyam Mann
It is not required to backport on stable/queens as such. stable/queens has been pinned with compatible Tempest tag - https://review.opendev.org/#/c/703679/ ** Changed in: devstack Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1861092] [NEW] [OVN] Too frequent agent health-checks causes stress on ovsdb-server

2020-01-28 Thread Lucas Alvares Gomes
Public bug reported: Reported at: https://bugzilla.redhat.com/show_bug.cgi?id=1795198 Looks like neutron-server is pinging agents too frequently as per what's observed in the logs. nb-cfg being bumped at a non-fixed rate: For example, in this part of the log I could find 11 updates in less

[Yahoo-eng-team] [Bug 1859988] Re: neutron-tempest-plugin tests fail for stable/queens

2020-01-28 Thread Ghanshyam Mann
** Changed in: devstack Status: Confirmed => Fix Released ** Changed in: tempest Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1859988

[Yahoo-eng-team] [Bug 1860560] Re: [ovn] lsp_set_address Exception possible when passed empty list of addresses

2020-01-28 Thread OpenStack Infra
Reviewed: https://review.opendev.org/703703 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c6a5b284b54d59273a387aaf7723391e9100bf3c Submitter: Zuul Branch:master commit c6a5b284b54d59273a387aaf7723391e9100bf3c Author: Terry Wilson Date: Tue Jan 21 16:12:45 2020

[Yahoo-eng-team] [Bug 1732067] Re: openvswitch firewall flows cause flooding on integration bridge

2020-01-28 Thread Jeremy Stanley
If mitigating this on some supported stable branches is going to require the operator to make configuration changes, then this is probably better handled as a security note than an advisory. ** Changed in: ossa Status: Incomplete => Won't Fix ** Also affects: ossn Importance: Undecided

[Yahoo-eng-team] [Bug 1857139] Re: TypeError: object of type 'object' has no len() from resources_from_request_spec when cells are down

2020-01-28 Thread OpenStack Infra
Reviewed: https://review.opendev.org/700186 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0d9622f581e830e7b7bc9763aaa09ba02e99b8bb Submitter: Zuul Branch:master commit 0d9622f581e830e7b7bc9763aaa09ba02e99b8bb Author: Matt Riedemann Date: Fri Dec 20 10:03:23 2019

[Yahoo-eng-team] [Bug 1861221] [NEW] [FT] ncat process do not provide information, if any, about the error during execution

2020-01-28 Thread Rodolfo Alonso
Public bug reported: Sometimes "ncat" do not start correctly. The test case exits with this exception: RuntimeError: Process ['ncat', '0.0.0.0', '1234', '-l', '-k'] hasn't been spawned in 20 seconds I could be very useful to retrieve the stderr and stdout pipes from the process, if any, to

[Yahoo-eng-team] [Bug 1861224] [NEW] horizon removing trailing spaces on passwords - auth fails

2020-01-28 Thread Orestes Leal Rodriguez
Public bug reported: >From the dashboard openstack is removing the trailing spaces from our user's >passwords. We have a modified sql.py backend, that does an ldap bind to an active directory data store. And that works almost always. I say almost because for some users it doesn't work at all.