[Yahoo-eng-team] [Bug 1805087] [NEW] libvirt+KVM: High CPU usage on Windows 10 (1803) guests

2018-11-26 Thread Bernhard Denner
Public bug reported: One of our clients recently started to use Windows 10 (update 1803) guest instances and reported very "slow responsiveness" of those instances. E.g. the boot up times are in a range of minutes whereas older Windows instances boot up in seconds. After some tests with plain lib

[Yahoo-eng-team] [Bug 1779139] [NEW] metadata api detection runs before network-online

2018-06-28 Thread Bernhard M. Wiedemann
Public bug reported: Version: 18.2 originally filed at https://bugzilla.opensuse.org/show_bug.cgi?id=1097388 I found that cloud-init did not import authorized keys because DataSourceNone was used because the metadata API detection ran before the VM's network was up. ** Affects: cloud-init

[Yahoo-eng-team] [Bug 1746000] [NEW] dnsmasq does not fallback on SERVFAIL

2018-01-29 Thread Bernhard M. Wiedemann
Public bug reported: In our cloud deployment, we configured neutron-dhcp-agent to have multiple external DNS servers However, the last server on the list happened to be misconfigured (by others). So it returned SERVFAIL instead of correct responses and strace showed that dnsmasq only ever asked

[Yahoo-eng-team] [Bug 1714240] [NEW] glance re-spawns a child when terminating

2017-08-31 Thread Bernhard M. Wiedemann
Public bug reported: When sending a SIGTERM to the main glance-api process, api.log shows 2017-08-31 13:10:30.996 10618 INFO glance.common.wsgi [-] Removed dead child 10628 2017-08-31 13:10:31.004 10618 INFO glance.common.wsgi [-] Started child 10642 2017-08-31 13:10:31.006 10642 INFO eventlet.ws

[Yahoo-eng-team] [Bug 1682423] [NEW] create instance with dashbaord / 404 returned

2017-04-13 Thread Bernhard
Public bug reported: Description === When launching an instance over dashboard, a 404 code is returned ( Instance XX-XX-XX could not be found ). Same issue occurs when you make it through nova client, but it has no effect. In both tasks the instance is created. You can see a "HTTP excep

[Yahoo-eng-team] [Bug 1635554] [NEW] Delete Router / race condition

2016-10-21 Thread Bernhard
Public bug reported: When deleting a router the logfile is filled up. CentOS7 Newton(RDO) 2016-10-21 09:45:02.526 16200 DEBUG neutron.agent.linux.utils [-] Exit code: 0 execute /usr/lib/python2.7/site-packages/neutron/agent/linux/utils.py:140 2016-10-21 09:45:02.526 16200 WARNING neutron.agen

[Yahoo-eng-team] [Bug 1606801] [NEW] deleting router run into race condition

2016-07-27 Thread Bernhard
Public bug reported: After deleting a router the logfiles of both network nodes are filled up with " RuntimeError: Exit code: 1; Stdin: ; Stdout: ; Stderr: Cannot open network namespace "qrouter-3767" After i have restarted the openstack services on the network nodes, no new entries Reproducea

[Yahoo-eng-team] [Bug 1551290] [NEW] leap year bug - day is out of range for month

2016-02-29 Thread Bernhard M. Wiedemann
Public bug reported: Horizon Dashboard -> Admin -> Settings -> Change Language -> Save (-> Trigger) triggers a bug in openstack_dashboard/dashboards/settings/user/forms.py : 33 which currently has return datetime(now.year + 1, now.month, now.day, now.hour, now.minute, now.

[Yahoo-eng-team] [Bug 1547061] [NEW] openrc v2.sh contains /v3 url

2016-02-18 Thread Bernhard M. Wiedemann
Public bug reported: bug 1460150 introduced separate openrc downloads for v2 and v3 but when backporting this to Liberty, we found that the v2 openrc download still contained a /v3 URL which would then cause client failures The v3 codepath does context['auth_url'] = utils.fix_auth_url_version(co

[Yahoo-eng-team] [Bug 1519750] [NEW] stable tarball contains master version

2015-11-25 Thread Bernhard M. Wiedemann
Public bug reported: somewhat similar to https://bugs.launchpad.net/aodh/+bug/1515507 curl -s http://tarballs.openstack.org/neutron/neutron-stable-kilo.tar.gz|tar vzt |head -5 drwxrwxr-x jenkins/jenkins 0 2015-11-24 22:46 neutron-8.0.0.dev486/ drwxrwxr-x jenkins/jenkins 0 2015-11-24 22:46 n

[Yahoo-eng-team] [Bug 1368251] [NEW] migrate_to_ml2 accessing boolean as int fails on postgresql

2014-09-11 Thread Bernhard M. Wiedemann
s: neutron Importance: Undecided Assignee: Bernhard M. Wiedemann (ubuntubmw) 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/1368251 Title: migr

[Yahoo-eng-team] [Bug 1361542] [NEW] neutron-l3-agent does not start without IPv6

2014-08-26 Thread Bernhard M. Wiedemann
Public bug reported: When testing on a one-node-cloud that had ipv6 blacklisted, I found that neutron-l3-agent does not start because it errors out when it tries to access /proc/sys/net/ipv6/conf/default/disable_ipv6 2014-08-26 10:12:57.987 29609 TRACE neutron File "/usr/lib64/python2.6/site

[Yahoo-eng-team] [Bug 1289346] [NEW] images from unreachable HTTP source are silently discarded

2014-03-07 Thread Bernhard M. Wiedemann
Public bug reported: When trying to import an image from an HTTP URL that happens to be unresolvable or unreachable, glance reports it as queued with an exit- code of 0 (success), but a following glance image-list shows, that the new image is completely missing. # glance image-create --name=fooba

[Yahoo-eng-team] [Bug 1278342] [NEW] novncproxy accepts un-masked client websocket frames

2014-02-10 Thread Bernhard M. Wiedemann
Public bug reported: using Havana nova with python-websockify-0.5.1 I found that the server is not picky enough. It accepts WebSocket frames with the masked-bit unset though the relevant standard https://tools.ietf.org/html/rfc6455#section-5.1 says The server MUST close the connection upon receiv