[Yahoo-eng-team] [Bug 1773318] [NEW] live migration failed when target host have different image_type than instance disk

2018-05-25 Thread Alexandre arents
Public bug reported: Description === When a target host is preparing live-migration, it creates disk according nova.conf setting CONF.libvirt.images_type and do not preserve image type disk of instance, making fail live-migration Use case: === We have to convert a set of

[Yahoo-eng-team] [Bug 1801702] [NEW] Spawn may fail when cache=none on block device with logical block size > 512

2018-11-05 Thread Alexandre arents
Public bug reported: Description === When we spawn instances without cache enabled (cache='none') on a file system there a check in nova code that test if file system support direct IO: https://github.com/openstack/nova/blob/master/nova/privsep/utils.py#L34 Because this test use 512b

[Yahoo-eng-team] [Bug 1829000] [NEW] live migration (block-migrate) may failed if instance image is deleted in glance

2019-05-14 Thread Alexandre arents
Public bug reported: Description === When we run live block migration on instance with a deleted glance image, it may failed with following logs: -- nova-compute-log: -- 2019-05-10 11:06:27.417 248758 ERROR nova.virt.libvirt.driver [req-b28b9aca-9135-4258-93a6-a802e6192c60

[Yahoo-eng-team] [Bug 1835926] [NEW] Volume attachment may fail after rescuing instance on an image with different hw_disk_bus

2019-07-09 Thread Alexandre arents
Public bug reported: Description === Look likes rescue may update instances.root_device_name if rescue image has different disk bus (image property hw_disk_bus) than instance. This introduce a mimatch between device name and driver used for instance: During instance config generation,

[Yahoo-eng-team] [Bug 1859496] [NEW] Deleting stuck build instance may leak allocations

2020-01-13 Thread Alexandre arents
Public bug reported: Description === After issues in control plane during instance creation, Instance may stay stuck in BUILD state. Even after deleting them, placement allocation may remain, and compute host log is complaining that: Instance eba20a0f-5856-4600-bcaa-7b758d04b5c5 has

[Yahoo-eng-team] [Bug 1872082] [NEW] available disk on compute may be lightly overestimated in some cases

2020-04-10 Thread Alexandre arents
Public bug reported: Description === Calculation of available disk space on compute host can be a bit inaccurate from few KB to few GB, involving possible bad scheduler decision. availability disk for new instance on a specific host is calculated this way: available_disk_least =

[Yahoo-eng-team] [Bug 1874032] [NEW] nova-compute become stuck when doing IO on busy file system

2020-04-21 Thread Alexandre arents
Public bug reported: Description === It seems that when nova-compute process run I/O intensive task on a busy file system, it can become stuck and got disconnected from rabbitmq cluster. >From my understanding nova-compute do not use true OS multithreading, but internal python

[Yahoo-eng-team] [Bug 1870357] [NEW] raw disk usage is not correctly reported during resource update

2020-04-02 Thread Alexandre arents
Public bug reported: Description === available_disk_least r(free disk for a new instance) seems not be calculated correctly when instance is in raw (images_type=raw) and preallocate_space option is not set. This may lead placement/scheduler to take wrong decision regarding space

[Yahoo-eng-team] [Bug 1795747] Re: libvirtError: unsupported configuration: Found duplicate drive address for disk with target name 'sda' controller='0' bus='0' target='0' unit='0' when try to create

2020-09-04 Thread Alexandre arents
I think this one is partially invalid/duplicate/fixed in release. I don't think this property exists hw_scsi_controller=virtio-scsi the good one is hw_scsi_model=virtio-scsi because of that legacy scsi support is used instead of virtio-scsi, then we fall into that bug that have been fixed and

[Yahoo-eng-team] [Bug 1892870] [NEW] concurrent interface detach/attach may accidently unbind port

2020-08-25 Thread Alexandre arents
Public bug reported: Description === When we run multiple concurrent detach interface on the same instance uuid/port-id, a lot of those requests are accepted (HTTP 202) an processed because info_cache is updated only when first request finish, so all request after the first one will

[Yahoo-eng-team] [Bug 1881881] [NEW] nova api return HTTP 500 error when interface attach failed due to lack of instance PCI slots

2020-06-03 Thread Alexandre arents
Public bug reported: Description === When no more pci slot are available for hot pluggable network interface, nova api return HTTP 500 internal error which is not very helpfull from client point of view. It seems that nova catch all libvirt error and raise:

[Yahoo-eng-team] [Bug 1905944] [NEW] live-migration job not aborted when live_monitor thread fails

2020-11-27 Thread Alexandre arents
job is interrupted, avoiding the guest resume on target host. Actual result = If issue happen libvirt job continue and bring up guest on target host, nova still consider it on source. ** Affects: nova Importance: Undecided Assignee: Alexandre arents (aarents) Status

[Yahoo-eng-team] [Bug 1832248] Re: tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume failing when using the Q35 machine type

2020-11-04 Thread Alexandre arents
** Changed in: nova Status: Triaged => Invalid -- 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/1832248 Title:

[Yahoo-eng-team] [Bug 1934742] [NEW] nova may leak net interface in guest if port under attaching/deleting

2021-07-06 Thread Alexandre arents
xpected result === interface should not be attached to guest Actual result = zombie interface is attached to guest ** Affects: nova Importance: Undecided Assignee: Alexandre arents (aarents) Status: New -- You received this bug notification because you are a m