[Yahoo-eng-team] [Bug 2003359] [NEW] DVR HA router gets stuck in backup state

2023-01-19 Thread Anton Kurbatov
Public bug reported: We found the issue when a created HA DVR router gets stuck in the backup state and does not go into primary state. Preconditions: 1) there is no router with a specific external network yet 2) the router needs to go through a quick creation->deletion, and then the next creati

[Yahoo-eng-team] [Bug 2003363] [NEW] Systemd-networkd generated configuration is wrong when both ipv4 and ipv6 addresses are used

2023-01-19 Thread Showfom
Public bug reported: We install the latest cloud-init 22.4.2-2, re-generating the new profile and the new network config file for systemd-networkd is something like root@arch /etc/systemd/network # cat 10-cloud-init-eth0.network [Address] Address=192.0.2.2/24 [Address] Address=2001:db8::2/48 [

[Yahoo-eng-team] [Bug 2003372] [NEW] "WARNING [oslo_messaging.rpc.client] Using RPCClient manually to instantiate client. Please use get_rpc_client to obtain an RPC client instance." spamming logs

2023-01-19 Thread melanie witt
Public bug reported: Reported by clarkb in #opendev [1], the january 5 release of oslo.messaging version 14.1.0 added the warning log message [2]:   "WARNING [oslo_messaging.rpc.client] Using RPCClient manually to instantiate client. Please use get_rpc_client to obtain an RPC client instance." r

[Yahoo-eng-team] [Bug 2003372] Re: "WARNING [oslo_messaging.rpc.client] Using RPCClient manually to instantiate client. Please use get_rpc_client to obtain an RPC client instance." spamming logs

2023-01-19 Thread melanie witt
Looks like this was already fixed in: https://review.opendev.org/c/openstack/nova/+/869900 ** Changed in: nova Status: New => Fix Released ** Changed in: nova Assignee: melanie witt (melwitt) => (unassigned) -- You received this bug notification because you are a member of Yahoo! E

[Yahoo-eng-team] [Bug 2003377] [NEW] network-vif-plugged event timeouts during resize-confirm can resutlt vms enterign error state with a mix of the old and new flavor

2023-01-19 Thread sean mooney
Public bug reported: if a network vif plugged events times out in resize confirm the VM will enter an error state. if the VM is not using numa then a hard reboot should be enough to fix that. if it has a numa toplgoy the instnace_numa_topogy and flavor can disagree on the number of vcpu requeste

[Yahoo-eng-team] [Bug 2003121] Re: machine-id is not reset when instance-id changes

2023-01-19 Thread Brett Holman
Resetting machine-id at runtime would be a pretty big break from current expectations, and correct implementation would require foreknowledge of services using machine-id that are provided in an image. The potential for bugs due to implementation complexity, potential for boot speed regression caus

[Yahoo-eng-team] [Bug 1997124] Re: Netplan/Systemd/Cloud-init/Dbus Race

2023-01-19 Thread Chad Smith
The dbus race that is happening here is due to `networkctl reconfigure`[1] being run by netplan apply, failing to talk to dbus, and restarting systemd_networkd[2] at that point in time when systemd_network may actually be coming up and is in an indeterminate state. [1] https://github.com/cano