[Yahoo-eng-team] [Bug 2058225] [NEW] ComputeManager._rebuild_default_impl calls driver.destroy before driver.detach_volume

2024-03-18 Thread Fabian Wiesel
Public bug reported: Description === This is exemplified by the tempest test in master fails with the vmwareapi driver: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server Even with patch for

[Yahoo-eng-team] [Bug 2055700] [NEW] server rebuild with reimage-boot-volume and is_volume_backed fails with BuildAbortException

2024-03-01 Thread Fabian Wiesel
Public bug reported: Description === More specifically the following tempest test in master fails with: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server Even with patch for https://review.opendev.org/c/openstack/nova/+/910627

[Yahoo-eng-team] [Bug 2055411] [NEW] Nova VMwareapi Resize of Volume Backed server fails

2024-02-29 Thread Fabian Wiesel
Public bug reported: Description === More specifically the following tempest test in master fails: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server Steps to reproduce == * Install Devstack from master * Run

[Yahoo-eng-team] [Bug 2053027] [NEW] Nova VMwareapi Fails Image Download

2024-02-13 Thread Fabian Wiesel
Public bug reported: Description === When trying to start an instance with a local root disk, the VM fails with InvalidArgument. Steps to reproduce == A chronological list of steps which will bring off the issue you noticed: * Setup Devstack * Create Server with boot

[Yahoo-eng-team] [Bug 2052291] [NEW] Glance cannot parse virtual size from stream optimized VMDKs

2024-02-02 Thread Fabian Wiesel
Public bug reported: Despite stream optimized VMDKs also being of the monolithic form, they are not supported by glance. ** Affects: glance Importance: Undecided Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1962574] [NEW] Live-Migration and Spawn instance does not log consistently

2022-03-01 Thread Fabian Wiesel
Public bug reported: Description === Most log entries contain the request-id and user-context (user-id, project-id, etc...), but not the instance creation which is spawned in a separate thread, or the live-migration (also separate thread) Expected result === For example, I

[Yahoo-eng-team] [Bug 1940399] [NEW] vmware driver fails when setting vmware.maximum_objects to small value

2021-08-18 Thread Fabian Wiesel
Public bug reported: Description === There are two functions in the code, which call (indirectly) RetrievePropertyEx with at most vmware.maximum_objects per result, but do not iterate over the results if there are more, nor does it By default the value is 100, which is usually

[Yahoo-eng-team] [Bug 1789376] [NEW] image conversion spelling mistake vdmk

2018-08-28 Thread Fabian Wiesel
Public bug reported: In the stable/rocky branch, the image conversion refers to a format "vdmk", which I presume is actually the "vmdk" format. Enclosed is a patch, which replaces all occurrences of "vdmk" with "vmdk". ** Affects: glance Importance: Undecided Status: New ** Patch

[Yahoo-eng-team] [Bug 1649232] [NEW] Broken OVA Import on VMwareVCDriver

2016-12-12 Thread Fabian Wiesel
Public bug reported: If a user places an OVA on Glance with its own storage independent of the VCenter, the import fails in nova with not finding the file in the vmware_temp directory. I am using mitaka on a VCenter 6.0, but looking at the code, I would say it affects also liberty and later

[Yahoo-eng-team] [Bug 1609413] [NEW] Mitaka Resize VMware Ephemeral Root Disk -> Internal Server Error 500

2016-08-03 Thread Fabian Wiesel
Public bug reported: Description === I am observing an internal server error when trying to resize the root disk. The error is: 'NoneType' object has no attribute 'backing' "nova/virt/vmwareapi/vmops.py", line 1314, in _resize_create_ephemerals_and_swap ds_ref =