[Yahoo-eng-team] [Bug 1896603] Re: ovn-octavia-provider: Cannot create listener due to alowed_cidrs validation

2020-09-24 Thread OpenStack Infra
Reviewed: https://review.opendev.org/753302 Committed: https://git.openstack.org/cgit/openstack/ovn-octavia-provider/commit/?id=76b20882aa9fef3c693e45c2b504224a44e84ce8 Submitter: Zuul Branch:master commit 76b20882aa9fef3c693e45c2b504224a44e84ce8 Author: Brian Haley Date: Tue Sep 22

[Yahoo-eng-team] [Bug 1896617] Re: Creation of image (or live snapshot) from the existing VM fails if libvirt-image-backend is configured to qcow2 starting from Ussuri

2020-09-24 Thread Corey Bryant
As background, adding libvirt-qemu user to the nova group was an attempt to make /var/lib/nova/* directories more restricted, but that proved to be difficult with ownership changes between changes nova and libvirt/qemu. ** Summary changed: - Creation of image (or live snapshot) from the existing

[Yahoo-eng-team] [Bug 1896617] Re: Creation of image (or live snapshot) from the existing VM fails if libvirt-image-backend is configured to qcow2 starting from Ussuri

2020-09-24 Thread Corey Bryant
This is caused because the libvirt-qemu user is added to the nova group as part of the nova-compute-libvirt package post-install script. Following up on comment #17 above, the user/group of the delta file changes from nova:nova to libvirt-qemu:kvm, whereas in comment #21 above, the user/group of

[Yahoo-eng-team] [Bug 1886298] Re: Few of the lower constraints are not compatible with python3.8

2020-09-24 Thread Radosław Piliszek
** Changed in: masakari Status: In Progress => Fix Released ** Changed in: masakari Milestone: None => 10.0.0.0rc1 ** Changed in: masakari Assignee: ZHOU LINHUI (zhoulinhui) => Radosław Piliszek (yoctozepto) ** Also affects: masakari/victoria Importance: Undecided

[Yahoo-eng-team] [Bug 1897118] Re: nova-compute does not start in devstack-platform-opensuse-15 job due to < 4.0.0 qemu version

2020-09-24 Thread Ghanshyam Mann
adding devstack also as devstack needs to move to opensuse 15.2[1] which has qemu 4.2.0 available also move jobs to run on opensuse 15.2 will fix this. [1]https://github.com/openstack/devstack/blob/5aa38f51b3dd0660a0622aecd65937d3c56eedc2/stack.sh#L224 ** Also affects: devstack Importance:

[Yahoo-eng-team] [Bug 1897118] [NEW] nova-compute does not start in devstack-platform-opensuse-15 job due to < 4.0.0 qemu version

2020-09-24 Thread Balazs Gibizer
Public bug reported: Nova bumped minimum qemu version to 4.0.0 [1]. It seem that the devstack-platform-opensuse-15 non-voting job has older qemu version than that. Therefore nova-compute service does not start[2]. [1] https://review.opendev.org/#/c/746981 [2]

[Yahoo-eng-team] [Bug 1896741] Re: Intel mediated device info doesn't provide a name attribute

2020-09-24 Thread Sylvain Bauza
** Changed in: nova/ussuri Status: New => Confirmed ** Also affects: nova/victoria Importance: Low Assignee: Sylvain Bauza (sylvain-bauza) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1896617] Re: Creation of image (or live snapshot) from the existing VM fails if libvirt-image-backend is configured to qcow2 starting from Ussuri

2020-09-24 Thread Corey Bryant
I'm still really confused by this but some thoughts on the nova os.chmod() call mentioned in an earlier commit that would fix this. If I chmod the tmp dir that gets created by nova (e.g. /var/lib/nova/instances/snapshots/tmpkajuir8o) to 755 just before the snapshot (after the nova chmod), the

[Yahoo-eng-team] [Bug 1896463] Re: evacuation failed: Port update failed : Unable to correlate PCI slot

2020-09-24 Thread sean mooney
just adding the previous filed downstream redhat bug https://bugzilla.redhat.com/show_bug.cgi?id=1852110 this can happen in queens for context so when we root cause the issue and fix it it should like be backported to queens. tjere are other older bugs form newton that look similar related to

[Yahoo-eng-team] [Bug 1897100] [NEW] Improve port listing command

2020-09-24 Thread Rodolfo Alonso
Public bug reported: As reported in https://bugzilla.redhat.com/show_bug.cgi?id=1772106, between Queens and Train there was a performance degradation in the port listing operation. This could be caused because of the port DB object new relationships (portuplinkstatuspropagation) or new

[Yahoo-eng-team] [Bug 1897099] [NEW] create_swap do not fallback to dd when fallocate fails

2020-09-24 Thread Evaggelos Balaskas
Public bug reported: Name: cloud-init Version : 20.2-1 Code in questioning: cloudinit/config/cc_mounts.py try: create_swap(fname, size, "fallocate") except util.ProcessExecutionError as e: LOG.warning(errmsg, fname, size, "dd", e)

[Yahoo-eng-team] [Bug 1897095] [NEW] [OVN] ARP/MAC handling for routers connected to external network is scaling poorly

2020-09-24 Thread Krzysztof Klimonda
Public bug reported: With current router configuration set by neutron, a number of logical flows in lr_in_arp_resolve seems to have O(n^2) scaling where n is a number of routers connected to the external network, for example this is our test where we created 800 routers (I believe it was 800, and

[Yahoo-eng-team] [Bug 1874273] Re: Horizon doesn't show all OS-EXT-SRV-ATTR attributes

2020-09-24 Thread OpenStack Infra
Reviewed: https://review.opendev.org/721992 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d403b31d70e06d784bc644c525e89a7e1b0b549d Submitter: Zuul Branch:master commit d403b31d70e06d784bc644c525e89a7e1b0b549d Author: Ivan Kolodyazhny Date: Wed Apr 22 17:41:13

[Yahoo-eng-team] [Bug 1896945] [NEW] dnsmasq >= 2.81 not responding to DHCP requests with current q-dhcp configs

2020-09-24 Thread Lee Yarwood
Public bug reported: * High level description: I've been attempting to enable Fedora 32 support in devstack and encountered the following issue where dnsmasq as configured by q-dhcp isn't responding to DHCP requests from clients: https://review.opendev.org/#/c/750292/ Looking at tcpdump and

[Yahoo-eng-team] [Bug 1882918] Re: Instances page crashes on repeated confirm/revert resize actions

2020-09-24 Thread OpenStack Infra
Reviewed: https://review.opendev.org/734814 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a4a549a1814a9ea9f142fd8ec5928fe9cfebc269 Submitter: Zuul Branch:master commit a4a549a1814a9ea9f142fd8ec5928fe9cfebc269 Author: pedh Date: Wed Jun 10 18:18:00 2020 +0800

[Yahoo-eng-team] [Bug 1896933] [NEW] Exception when plugin creates a network without specifying the MTU

2020-09-24 Thread Thomas Bachman
Public bug reported: This was found as a UT regression failure in the x/group-based-policy project, but I think the same issue applies to the auto-allocated- topology workflow (or any feature that creates a network at the plugin or DB layer instead of at the REST layer). The exception seen is

[Yahoo-eng-team] [Bug 1896920] [NEW] Unnecessary error log when checking if a device is ready

2020-09-24 Thread Rodolfo Alonso
Public bug reported: In method "ensure_device_is_ready" [1], if the device does not exist or the MAC is still not assigned, the method returns False and also logs an error. This error log is distracting; instead of this, an info message could be logged. The code using this method, that returns

[Yahoo-eng-team] [Bug 1896574] Re: how to deal with hypervisor name changing

2020-09-24 Thread norman shen
I think previous title is misleading. Actually hostname itself is still A. what changes is fqdn name seen by hostname --fqdn. ** Changed in: nova Status: Invalid => New ** Summary changed: - how to deal with hypervisor name changing + how to deal with hypervisor host fqdn name changing