[Yahoo-eng-team] [Bug 1843090] Re: ComputeTaskManager._cold_migrate could get a legacy request spec dict from stein computes if rpc pinned and not convert it properly

2019-09-24 Thread OpenStack Infra
Reviewed: https://review.opendev.org/680762 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b36c44c449533edfbcfd970ccef9d794ac3b4171 Submitter: Zuul Branch:master commit b36c44c449533edfbcfd970ccef9d794ac3b4171 Author: Matt Riedemann Date: Fri Sep 6 15:13:00 2019

[Yahoo-eng-team] [Bug 1845284] [NEW] Config CONF.libvirt.inject_partition=-1, build instance with metadata will remain some images in /var/tmp/.guestfs-0/appliance.d

2019-09-24 Thread jiangyuhao
Public bug reported: Description === Boot instance with metadata will remain some images in '/var/tmp/.guestfs-0/appliance.d' when this compute_node config CONF.libvirt.inject_partition=-1. Steps to reproduce == 1) Config inject_partition=-1(/etc/nova/nova.conf) in

[Yahoo-eng-team] [Bug 1845252] [NEW] Azure data source assumes network is driven via dhcpclient

2019-09-24 Thread Robert Schweikert
Public bug reported: The Azure data source assumes that the network is set up by dhcpclient. During cloud-init initialization the following traceback is generated: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/cloudinit/sources/DataSourceAzure.py", line 668, in

[Yahoo-eng-team] [Bug 1844993] Re: migrate a server with qos port with compute RPC pinned to 5.1 fails and leaves the qos port in an inconsistent state

2019-09-24 Thread OpenStack Infra
Reviewed: https://review.opendev.org/683948 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4a10f8eaa7685e3ce03d728a4a1669946492097d Submitter: Zuul Branch:master commit 4a10f8eaa7685e3ce03d728a4a1669946492097d Author: Balazs Gibizer Date: Mon Sep 23 12:48:20 2019

[Yahoo-eng-team] [Bug 1845243] [NEW] Nested 'path' query param in console URL breaks serialproxy

2019-09-24 Thread Jason Anderson
Public bug reported: Description === Change I2ddf0f4d768b698e980594dd67206464a9cea37b changed all console URLs to have the token attached as a nested query parameter inside an outer "path" query parameter, e.g. "?path=?token=***". While this was necessary for NoVNC support, it appears

[Yahoo-eng-team] [Bug 1309079] Re: Running update-grub-legacy-ec2 doesn't cause /boot/grub/menu.lst

2019-09-24 Thread Nathan Stratton Treadway
** Also affects: grub-legacy-ec2 (Ubuntu) Importance: Undecided Status: New ** Summary changed: - Running update-grub-legacy-ec2 doesn't cause /boot/grub/menu.lst + Running update-grub-legacy-ec2 doesn't update kernel list in /boot/grub/menu.lst -- You received this bug notification

[Yahoo-eng-team] [Bug 1843439] Re: doc: Rebuild vs. Evacuate (and other move-ish ops)

2019-09-24 Thread OpenStack Infra
Reviewed: https://review.opendev.org/683245 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ddd7273ac35e4ff6c80853172338555039b368cc Submitter: Zuul Branch:master commit ddd7273ac35e4ff6c80853172338555039b368cc Author: Matt Riedemann Date: Thu Sep 19 17:55:19 2019

[Yahoo-eng-team] [Bug 1845227] [NEW] new l3 agent router factory breaks neutron-fwaas functional tests

2019-09-24 Thread Nate Johnston
Public bug reported: All of the neutron-fwaas functional tests in class neutron_fwaas.tests.functional.services.logapi.agents.drivers.iptables.test_log.FWLoggingTestCase fail since the release of openstack/neutron 15.0.0.0b1, which includes https://review.opendev.org/620349. This is because the

[Yahoo-eng-team] [Bug 1845148] Re: OpenStack Compute (nova) in nova

2019-09-24 Thread Matt Riedemann
Do you have the logs? Are there specific errors in the scheduler or conductor logs about NoValidHost? You can trace a request through the logs by the request ID which is something like "req-" so trace a request and see why the scheduler is filtering out all hosts. I'm closing this as invalid since

[Yahoo-eng-team] [Bug 1845199] [NEW] Nova-compute doesn't mount volume filesystems on resume

2019-09-24 Thread Jacek Tomasiak
Public bug reported: Description === Suspended instances with volumes attached fail to resume if the /var/lib/nova/mnt/... filesystems are not mounted. The mounts could be lost due to e.g. node reboot during upgrade. Steps to reproduce == * Boot some instance and attach

[Yahoo-eng-team] [Bug 1845176] [NEW] Removing of QoS queue in neutron-ovs-agent fails due to existing references

2019-09-24 Thread Slawek Kaplonski
Public bug reported: It happend in fullstack test: neutron.tests.fullstack.test_qos.TestMinBwQoSOvs.test_bw_limit_qos_port_removed(egress). Test failed and in neutron-openvswitch-agent logs we found error like: 2019-09-17 05:35:50.732 14622 DEBUG neutron.agent.common.ovs_lib

[Yahoo-eng-team] [Bug 1845161] [NEW] Neutron QoS Policy lost on interfaces

2019-09-24 Thread Nguyen Duy Binh
Public bug reported: Instance lost the QoS on interfaces with some operations like: reboot hard, live-migrate, migrate Description === When perform some operation with VM like: reboot hard, live-migrate, migrate, sometime, the QoS policy on the VM interfaces lost and neutron

[Yahoo-eng-team] [Bug 1845150] [NEW] [FT] "keepalived" needs network interfaces configured as in its own config

2019-09-24 Thread Rodolfo Alonso
Public bug reported: Related to https://bugs.launchpad.net/neutron/+bug/1830232. When "keepalived" is started with a config file but the interfaces do not have the same configuration (IP address), the process stops working, causing in some cases the failure of the test case. Log snippet: Sep 20

[Yahoo-eng-team] [Bug 1845148] [NEW] OpenStack Compute (nova) in nova

2019-09-24 Thread Mingxuan Li
Public bug reported: In openstack stein. I create a new instance but it give me an error. Exhausted all hosts available for retrying build failures for instance 07e367e0-0a9c-4e6e-b08c-e03cdc54cec4.]. How could I fix it? ** Affects: nova Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1845145] [NEW] [L3] add abilitiy for iptables_manager to ensure rule was added only once

2019-09-24 Thread LIU Yulong
Public bug reported: iptables_manager should have abilitiy to ensure rule was added only once. In function [1], it just adds the new rule to the cache list no matter if it is duplicated. And finally, warning LOG [2] will be raised. Sometimes, there will have multiple threads to add rule for one

[Yahoo-eng-team] [Bug 1845146] [NEW] NUMA aware live migration failed when vCPU pin set

2019-09-24 Thread ya.wang
Public bug reported: Description === When vCPU pin policy is dedicated, the NUMA aware live migration may go failed. Steps to reproduce == 1. Create two flavor: 2c2g.numa; 4c.4g.numa (venv) [root@t1 ~]# openstack flavor show 2c2g.numa