[Yahoo-eng-team] [Bug 1990072] Re: mount helper: improve mount performance on BSDs

2022-09-19 Thread Mina Galić
aside from the join being wrong, this only incidentally worked in my test, because I supplied the correct type first. ** Changed in: cloud-init Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1990174] [NEW] [OVN] Deadlock when starting neutron server, during the OVN hash ring deletion

2022-09-19 Thread Rodolfo Alonso
Public bug reported: Related bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2125842 Description of problem: Neutron server often fails to start and systemd needs to restart it. This is a problem at scale because all workers need to reconnect again to the OVN DBs. How reproducible: 50%

[Yahoo-eng-team] [Bug 1990169] [NEW] Merging multiple user-data

2022-09-19 Thread blt
Public bug reported: Provider : Terraform / LXD ci-user-global.tf locals { cloud-init-user-data-global =

[Yahoo-eng-team] [Bug 1990149] [NEW] nocloud-net datasource attempts to read seed url before network is set up

2022-09-19 Thread Oliver Gerlich
Public bug reported: I'm using the nocloud-net data source with Ubuntu 22.04 server (ubuntu-22.04.1-live-server-amd64.iso). Apparently the data source attempts to download the meta-data file from the supplied "seedfrom" URL regardless of whether the network configuration has actually finished.

[Yahoo-eng-team] [Bug 1920938] Re: cannot use plus sign in flavorid

2022-09-19 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/nova/+/858094 Committed: https://opendev.org/openstack/nova/commit/b7356303cdfd9df42b9fea7ab51cb85de7318dad Submitter: "Zuul (22348)" Branch:master commit b7356303cdfd9df42b9fea7ab51cb85de7318dad Author: Amit Uniyal Date: Fri Sep 16

[Yahoo-eng-team] [Bug 1522879] Re: support invoking lxd init

2022-09-19 Thread James Falcon
** Changed in: cloud-init Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1522879 Title: support invoking lxd init Status in cloud-init:

[Yahoo-eng-team] [Bug 1989480] Re: [OVN] Neutron server floods logs with hash ring messages on startup

2022-09-19 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/857463 Committed: https://opendev.org/openstack/neutron/commit/9655466763282f47a06862a47f7f31b48130277e Submitter: "Zuul (22348)" Branch:master commit 9655466763282f47a06862a47f7f31b48130277e Author: Lucas Alvares Gomes Date: Tue

[Yahoo-eng-team] [Bug 1990121] Re: Nova 26 needs to depend on os-traits >= 2.9.0

2022-09-19 Thread sean mooney
** Also affects: nova/trunk Importance: Undecided Status: New ** Changed in: nova/zed Status: Fix Released => In Progress ** Changed in: nova/trunk Status: New => Fix Released ** Changed in: nova/trunk Assignee: (unassigned) => Thomas Goirand (thomas-goirand) **

[Yahoo-eng-team] [Bug 1989357] Re: Nova doesn’t update Neutron about changing compute instance name

2022-09-19 Thread sean mooney
nova does not supprot updating the host name in neutron via updates to the hostname of the vm. what is actually being updated in the tempest test is the display_name the display name (after normalisation) is used as the initial value for the instance.hostname instance.hostname is what is

[Yahoo-eng-team] [Bug 1990082] Re: Scheduler is not choosing host based on higher weight value

2022-09-19 Thread sean mooney
this is not a bug the meaning of host_subset_size = 4 is that after the weighers prepare the sorted set we should take a random selection from the first 4 in the list. by setting host_subset_size = 4 you have opted into randomising the top 4 results. this config option is intended for use in

[Yahoo-eng-team] [Bug 1943778] Re: No db access allowed in nova-compute:

2022-09-19 Thread Cristian Le
** Also affects: tripleo Importance: Undecided Status: New -- 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/1943778 Title: No db access allowed in nova-compute:

[Yahoo-eng-team] [Bug 1990129] [NEW] [ovn-octavia-provider] Avoid LB in ERROR status on delete due to LR/LS not found

2022-09-19 Thread Fernando Royo
Public bug reported: The LB delete operation a single transaccion will delete the LB reference from all LS and LR, and also the deletion of the LB itself. As it is in an atomic transaction, if any operation fails, the whole operation will report a LB ERROR status. ** Affects: neutron

[Yahoo-eng-team] [Bug 1990121] Re: Nova 26 needs to depend on os-traits >= 2.9.0

2022-09-19 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/nova/+/858236 Committed: https://opendev.org/openstack/nova/commit/6a06a57290b6f38b6a7c97e47017127472834d1f Submitter: "Zuul (22348)" Branch:master commit 6a06a57290b6f38b6a7c97e47017127472834d1f Author: Thomas Goirand Date: Sat Sep 17

[Yahoo-eng-team] [Bug 1990071] Re: implement manage_service for Alpine

2022-09-19 Thread Mina Galić
As discussed on IRC, Alpine has a wrapper for "service", which is the else branch. ** Changed in: cloud-init Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init.

[Yahoo-eng-team] [Bug 1990121] Re: Nova 26 needs to depend on os-traits >= 2.9.0

2022-09-19 Thread Sylvain Bauza
Master patch : https://review.opendev.org/c/openstack/nova/+/858236 ** Also affects: nova/zed Importance: Critical Status: In Progress ** Changed in: nova/zed Importance: Critical => High ** Changed in: nova/zed Assignee: (unassigned) => Thomas Goirand (thomas-goirand) --

[Yahoo-eng-team] [Bug 1990121] [NEW] Nova 26 needs to depend on os-traits >= 2.9.0

2022-09-19 Thread Thomas Goirand
Public bug reported: Without the latest os-traits, we get unit test failures like below. == FAIL: nova.tests.unit.compute.test_pci_placement_translator.TestTranslator.test_trait_normalization_09