[Yahoo-eng-team] [Bug 1917721] [NEW] nova volume attach scsi controller unit allocation bug

2021-03-03 Thread likai
Public bug reported: The scsi controller unit number only increases without decreasing, and there is no recycling. virt/libvirt/driver.py ``` def _get_scsi_controller_next_unit(self, guest): """Returns the max disk unit used by scsi controller""" xml = guest.get_xml_desc()

[Yahoo-eng-team] [Bug 1917721] [NEW] nova volume attach scsi controller unit allocation bug

2021-03-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: The scsi controller unit number only increases without decreasing, and there is no recycling. virt/libvirt/driver.py ``` def _get_scsi_controller_next_unit(self, guest): """Returns the max disk unit used by scsi controller""" xml = gue

[Yahoo-eng-team] [Bug 1916891] Re: Horizon could not identify image id (Recoverable error: volume_image_metadata)

2021-03-03 Thread Akihiro Motoki
"Fix Released" means a fix has been merged into the master branch but the fix proposed is still under reviwe. Resetting the status to "In Progress". ** Changed in: horizon Status: Fix Released => In Progress -- You received this bug notification because you are a member of Yahoo! Enginee

[Yahoo-eng-team] [Bug 1917681] [NEW] Unset hostname if image was created with the same hostname

2021-03-03 Thread Thomas Stringer
Public bug reported: The following issue is reproduced in Azure. If an image was created from a VM with a particular name (say, for instance, 'hostname1') and then a new VM is created from the image with setting the hostname as the same, 'hostname1', then this results in the hostname not being set

[Yahoo-eng-team] [Bug 1917645] [NEW] Nova can't create instances if RabbitMQ notification cluster is down

2021-03-03 Thread Belmiro Moreira
Public bug reported: We use independent RabbitMQ clusters for each OpenStack project, Nova Cells and also for notifications. Recently, I noticed in our test infrastructure that if the RabbitMQ cluster for notifications has an outage, Nova can't create new instances. Possibly other operations will

[Yahoo-eng-team] [Bug 1917643] [NEW] It is not possible to update or edit Cinder store location volume_backed_images

2021-03-03 Thread Hemant Sonawane
Public bug reported: I encountered some issue in horizon that editing volume_backed_images which has cinder store location set in its properties is not possible. In fact if we change the values and try to update the image the update option is not clickable. But for rest of the images it works f

[Yahoo-eng-team] [Bug 1916891] Re: Horizon could not identify image id (Recoverable error: volume_image_metadata)

2021-03-03 Thread Hemant Sonawane
** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1916891 Title: Horizon could not identify image id

[Yahoo-eng-team] [Bug 1917626] [NEW] Publish jsonschema with documention

2021-03-03 Thread Jayson Reis
Public bug reported: Hey there, I saw that you folks already use jsonschema so I would like to propose to publish together with the docs so IDEs can validate cloudinit files without calling an external service or code. This is really helpful when you are writing cloud-init files because your sc

[Yahoo-eng-team] [Bug 1790038] Re: Network's subnets with different subnet pools

2021-03-03 Thread Dr. Jens Harbott
Seems that neutron is working as expected here and the bug of not showing the error in detail has been resolved. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https:/

[Yahoo-eng-team] [Bug 1917610] Re: Migration and resize tests from tempest.scenario.test_minbw_allocation_placement.MinBwAllocationPlacementTest failing in neutron-tempest-dvr-ha-multinode-full

2021-03-03 Thread Balazs Gibizer
Looking through the example failure from above I see the followings: 1) there are 3 compute nodes exist in the job. One on the main devstack node (controller) and one on each of the two devstack subnodes (compute1, compute2). 2) Already during the creation of the instance failed in the report pla

[Yahoo-eng-team] [Bug 1917619] [NEW] Attempting to start or hard reboot a users instance as an admin with encrypted volumes leaves the instance unbootable

2021-03-03 Thread Lee Yarwood
Public bug reported: Description === $subject, by default admins do not have access to user created barbican secrets. As a result admins cannot hard reboot or stop/start instances as this deletes local libvirt secrets, refetches secrets from Barbican and recreates the local secrets. Ho

[Yahoo-eng-team] [Bug 1917610] [NEW] Migration and resize tests from tempest.scenario.test_minbw_allocation_placement.MinBwAllocationPlacementTest failing in neutron-tempest-dvr-ha-multinode-full

2021-03-03 Thread Slawek Kaplonski
Public bug reported: We saw it mostly in stable/train branch. Cold migration and resize tests from tempest.scenario.test_minbw_allocation_placement.MinBwAllocationPlacementTest are failing due to errors like: Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__ini

[Yahoo-eng-team] [Bug 1917592] [NEW] Missed 'accel_uuids' when we the 'shelved_offload_time' time out in shelving instance periodic task

2021-03-03 Thread Brin Zhang
Public bug reported: In [1], we are supporting shelve/unshelve the instance with accelerators bonded, but we missed to deal the interval for polling shelved instances to offload periodic task, so we should add the 'accel_uuids' support when do _poll_shelved_instances() [2] task. [1]https://review