[Yahoo-eng-team] [Bug 2074218] [NEW] Failed to detach volume AttributeError: 'LibvirtConfigGuestHostdevMDEV' object has no attribute 'alias'

2024-07-30 Thread Mike Lowe
Public bug reported: Similar to https://bugs.launchpad.net/nova/+bug/1942345 lack of alias handling for LibvirtConfigGuestHostdevMDEV causes volume detach to fail following an upgrade to Caracal. 2024-07-22 14:07:41.931 2455748 ERROR nova.virt.block_device [None req-fe679559-73ae-41f5-9bf7-346e9

[Yahoo-eng-team] [Bug 2074219] [NEW] Failed to detach volume AttributeError: 'LibvirtConfigGuestHostdevMDEV' object has no attribute 'alias'

2024-07-30 Thread Mike Lowe
Public bug reported: Similar to https://bugs.launchpad.net/nova/+bug/1942345 lack of alias handling for LibvirtConfigGuestHostdevMDEV causes volume detach to fail following an upgrade to Caracal. 2024-07-22 14:07:41.931 2455748 ERROR nova.virt.block_device [None req-fe679559-73ae-41f5-9bf7-346e9

[Yahoo-eng-team] [Bug 2002577] [NEW] The neutron-keepalived-state-change.log log is not rotated and grows without bound until disk is full

2023-01-11 Thread Mike Lowe
Public bug reported: There is no facility to rotate neutron-keepalived-state-change.log which means it grows without bound. This leads full disks and failure of openstack components. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification becaus

[Yahoo-eng-team] [Bug 1779880] [NEW] Option needed to create image in erasure coded ceph pool

2018-07-03 Thread Mike Lowe
Public bug reported: Erasure coded pools for rbd have been supported since the ceph luminous release. To use this feature the erasure coded pool where the data will be held needs to be specified during image creation. The rbd_pool option still needs to point to a replicated pool where a small amou

[Yahoo-eng-team] [Bug 1759924] [NEW] Port device owner isn't updated with new host availability zone during unshelve

2018-03-29 Thread Mike Lowe
Public bug reported: During an unshelve the host for an instance and therefor the availability zone may change but does not seem to updated in the port's device_owner causing problems with server action add fixed ip for example. In nova/network/neutronv2/api.py _update_port_binding_for_instance s

[Yahoo-eng-team] [Bug 1749323] [NEW] Deleting the first of multiple HA routers munges HA network

2018-02-13 Thread Mike Lowe
Public bug reported: Pike release, linuxbridge: Deleting one ha router breaks all subsequent routers by munging the HA network that keep alive uses. Neutron server has these errors: DEBUG neutron.plugins.ml2.managers [req-224baca3-954d-4daa-8ae8-3dac3aa66931 - - - - -] Network 82c3bca0-d04e-460

[Yahoo-eng-team] [Bug 1729636] [NEW] Inconsistent xml for libvirt disks

2017-11-02 Thread Mike Lowe
Public bug reported: With both of these settings the xml is not consistent between root disks and volumes when using RBD. hw_disk_discard = unmap disk_cachemodes = network=writeback Root disks get this: Volumes get this: Both have the same type () but the settings are not applied

[Yahoo-eng-team] [Bug 1716448] [NEW] Enable GVRP for vlan interfaces with linuxbridge agent option

2017-09-11 Thread Mike Lowe
Public bug reported: GARP VLAN registration protocol (GVRP) exchanges network VLAN information to allow switches to dynamically forward frames for one or more VLANs. By enabling gvrp on vlan interfaces created by linuxbridge agent operators will be able to dynamically create and destroy vlan based

[Yahoo-eng-team] [Bug 1700117] [NEW] Linuxbridge agent in ocata no longer sets mtu for tap interfaces

2017-06-23 Thread Mike Lowe
Public bug reported: Post upgrade to Ocata from Newton tap interfaces that used to come up mtu 9000 now come up mtu 1500. The settings for global_physnet_mtu and path_mtu have remained unchanged at 9050. I no longer have lines like this in the logs: Running command (rootwrap daemon): ['ip', 'lin

[Yahoo-eng-team] [Bug 1461572] [NEW] Minimum qemu version for discard support is 1.5

2015-06-03 Thread Mike Lowe
Public bug reported: While the minimum version of qemu that supports discard on qcow2 is 1.6, it is incorrect to limit discard support to this version as qemu 1.5 supports discard for iscsi and rbd and possibly others. The release notes are clear, with qemu 1.5 and better discard support depends