[Yahoo-eng-team] [Bug 1785050] Re: Volume status changed from error to available

2018-08-08 Thread Matt Riedemann
Furthermore we won't get here if: https://github.com/openstack/cinder/blob/9bc9a528ef46522fd727a2a047da435c658a15c5/cinder/volume/api.py#L2100 If the volume doesn't have any attachments. Looks like that for loop should have an else clause to set override back to False. This is a cinder bug so

[Yahoo-eng-team] [Bug 1785050] Re: Volume status changed from error to available

2018-08-08 Thread Matt Riedemann
OK so nova and cinder are both at the queens release, which means when you attach the volume to the server, the compute API should create a volume attachment record on the given volume. If the volume is in 'error' status I'd expect that to fail like how the old volume reserve action would fail for

[Yahoo-eng-team] [Bug 1785771] Re: nova.compute.manager ResourceProviderRetrievalFailed: Failed to get resource provider

2018-08-08 Thread Matt Riedemann
It looks like placement isn't running, you got a 503 response from the placement API, not a 404. The compute node record in the 'nova' (cell1) database is auto-generated when the nova-compute service starts up. That compute node record uuid is used to create the resource provider in placement.

[Yahoo-eng-team] [Bug 1785800] Re: Not possible to delete volume which was attached

2018-08-08 Thread Matt Riedemann
This isn't really a valid workflow. You need to first detach the volume from the server via the compute API: https://docs.openstack.org/python-openstackclient/latest/cli/command- objects/server.html#server-remove-volume And then you can delete the volume. The volume attachments API in Cinder is

[Yahoo-eng-team] [Bug 1295889] Re: No unit tests for nova.virt.firewall.IptablesFirewallDriver

2018-08-08 Thread Matt Riedemann
Looks like this was fixed by a series of partial fixes. ** Changed in: nova Status: Confirmed => Fix Released ** Changed in: nova Assignee: (unassigned) => Julian Sy (syjulian) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1436079] Re: There is no API samples functional testing for the os-volumes_boot API

2018-08-08 Thread Matt Riedemann
Looks like the os-volumes_boot route still exists: https://github.com/openstack/nova/blob/f81865f56bd5aeffddfff99fdaa089160ce88048/nova/api/openstack/compute/routes.py#L751 I figured we'd want a functional test for something that's in our route map, but we don't advertise the API at all so

[Yahoo-eng-team] [Bug 1533071] Re: miss target_version checking for new Image metadata field

2018-08-08 Thread Matt Riedemann
Fixed with https://review.openstack.org/#/c/266233/. ** Changed in: nova Status: Confirmed => Fix Released ** Changed in: nova Assignee: (unassigned) => Ren Qiaowei (qiaowei-ren) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1704588] Re: Functional test_rebuild_server_with_description fails with "[nova.api.openstack.wsgi] HTTP exception thrown: Instance 8e48b388-2599-4dec-a920-bcba43a5ffb0 is in an i

2018-08-08 Thread Matt Riedemann
No recent hits in logstash so I'm going to mark this invalid now. We can re-open if it shows back up. ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1705753] Re: Random OpenStackApiAuthenticationException: Authentication error in nova functional tests

2018-08-08 Thread Matt Riedemann
I haven't seen this since cdent's fixes: https://review.openstack.org/#/q/topic:bug/1705753+(status:open+OR+status:merged) So marking it fixed. ** Changed in: nova Status: In Progress => Fix Released ** Changed in: nova Assignee: (unassigned) => Chris Dent (cdent) -- You received

[Yahoo-eng-team] [Bug 1715666] Re: ServerMovingTests resize tests sometimes intermittently fail

2018-08-08 Thread Matt Riedemann
Not seeing this in logstash so this might be fixed inadvertently or the signature has changed and we need to track this fresh. ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1745838] Re: legacy-tempest-dsvm-cells constantly failing on stable pike and ocata due to libvirt connection reset

2018-08-08 Thread Matt Riedemann
Given we're about to cut RC1 for rocky so ocata/pike are old and cells v1 is deprecated, I don't think anyone cares about fixing this for CI. ** Changed in: nova Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1785007] Re: Install and configure a compute node for Ubuntu in nova

2018-08-08 Thread Matt Riedemann
The docs are correct. We list the compute services first to make sure the service has started and created an entry in the database. Then we discover_hosts, because you can't discover the host until it's registered itself (specifically the compute_nodes record) in the database. ** Changed in: nova

[Yahoo-eng-team] [Bug 1785031] Re: live migration to non-existing host gets instance stuck in "migrating" status

2018-08-08 Thread Matt Riedemann
This is really a duplicate bug and the original fix is here: https://review.openstack.org/#/c/401009/ ** Changed in: nova Importance: Undecided => Medium ** Also affects: nova/ocata Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undecided

[Yahoo-eng-team] [Bug 1756994] Re: Misleading log messages "Unexpected attempt to pop events during shutdown" on source host during live migration

2018-08-07 Thread Matt Riedemann
** Also affects: nova/pike Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/pike Assignee: (unassigned) => s10 (vlad-esten) ** Changed in: nova/queens Assignee: (unassigned) => s10 (vlad-esten) **

[Yahoo-eng-team] [Bug 1584752] Re: copy image id to image metadata from volume

2018-08-07 Thread Matt Riedemann
*** This bug is a duplicate of bug 1746483 *** https://bugs.launchpad.net/bugs/1746483 ** This bug has been marked a duplicate of bug 1746483 Not able to boot from Volume / Volume snapshot when using isolated_images -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1645272] Re: Hostname of server is not updated when update instance name

2018-08-07 Thread Matt Riedemann
As noted this isn't a bug, so marking it invalid. Would require a spec to change this behavior, but I doubt we'd do it, since nova shouldn't have access to the guest once it's created. You'd have to rebuild the server if you wanted to change the hostname in the guest. ** Changed in: nova

[Yahoo-eng-team] [Bug 1661793] Re: Should generate migration record after successfully claimed

2018-08-07 Thread Matt Riedemann
Is this still an issue? If so, please explain what the issue is in more detail - what is the user impact? Conductor is now passing the migration record it creates down to the compute, so I don't think RT creates it anymore and this shouldn't be an issue. See:

[Yahoo-eng-team] [Bug 1746202] Re: Invalid query parameter could lead to HTTP 500

2018-08-07 Thread Matt Riedemann
Looks like this is fixed for nova as of https://review.openstack.org/#/c/539164/ ** Tags added: api ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1747600] Re: Network cleanups don't work after max retries in a child cell

2018-08-07 Thread Matt Riedemann
*** This bug is a duplicate of bug 1777505 *** https://bugs.launchpad.net/bugs/1777505 This isn't a nova bug, it's a devstack bug, and already fixed. ** Also affects: devstack Importance: Undecided Status: New ** Changed in: nova Status: Confirmed => Invalid ** This bug

[Yahoo-eng-team] [Bug 1785511] Re: cpu_quota does not throttle cpu usage

2018-08-06 Thread Matt Riedemann
Consider it ignored! :) ** Changed in: nova Status: New => 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/1785511 Title: cpu_quota does not throttle cpu

[Yahoo-eng-team] [Bug 1785193] Re: changing a node's cell results in duplicate hypervisors

2018-08-06 Thread Matt Riedemann
Changing the database like this isn't really supported. You'd likely need to delete the old cell and map the hosts to a new cell using the nova-manage cell_v2 * commands like create_cell, map_instances and discover_hosts. ** Tags added: cells ** Changed in: nova Status: New => Invalid --

[Yahoo-eng-team] [Bug 1778804] Re: instance_group_member records not purged from nova_api DB for deleted instances

2018-08-04 Thread Matt Riedemann
** Also affects: nova/pike Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/pike Status: New => Confirmed ** Changed in: nova/queens Status: New => Confirmed ** Changed in: nova/pike

[Yahoo-eng-team] [Bug 1785425] [NEW] tempest-full-py3 runs on test-only changes

2018-08-04 Thread Matt Riedemann
Public bug reported: I'm not sure if this is due to the tempest-full rename to tempest-full- py3 but it seems like this didn't used to be an issue. But we now run tempest-full-py3 even on test-only changes, like this change: https://review.openstack.org/#/c/588935/ My guess is we had this

[Yahoo-eng-team] [Bug 1600251] Re: live migration does not honor server group policy

2018-08-04 Thread Matt Riedemann
This was fixed in Pike with change: https://review.openstack.org/#/c/469037/6/nova/scheduler/utils.py If we needed to backport something to Ocata, it would have to be an Ocata-only tactical fix. ** Changed in: nova Status: Confirmed => Fix Released -- You received this bug notification

[Yahoo-eng-team] [Bug 1785415] [NEW] os-server-groups API samples should indicate they are using microversion 2.64

2018-08-04 Thread Matt Riedemann
Public bug reported: The samples in https://developer.openstack.org/api-ref/compute/#server- groups-os-server-groups are using microversion 2.64 but don't explicitly say that. The samples were changed in Rocky with change:

[Yahoo-eng-team] [Bug 1785339] Re: RequestSpec.flavor is not reverted on resize revert

2018-08-03 Thread Matt Riedemann
This has been broken since newton: https://github.com/openstack/nova/commit/74ab427d4796d8a386f84a15cc49188c2a60f8f1 ** Also affects: nova/ocata Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undecided Status: New ** Also affects: nova/pike

[Yahoo-eng-team] [Bug 1785339] [NEW] RequestSpec.flavor is not reverted on resize revert

2018-08-03 Thread Matt Riedemann
Public bug reported: When we resize a server, we update the RequestSpec.flavor because for later move operations of the server, the RequestSpec is what gets passed to the scheduler, so naturally we need the RequestSpec.flavor to match the instance.flavor after the instance is resized. That

[Yahoo-eng-team] [Bug 1785327] [NEW] schedule_and_build_instances looks up host az for every instance even if using the same host

2018-08-03 Thread Matt Riedemann
we could optimize this by simply caching the host=az mapping. https://github.com/openstack/nova/blob/4c37ff72e5446c835a48d569dd5a1416fcd36c71/nova/conductor/manager.py#L1263 ** Affects: nova Importance: Low Assignee: Matt Riedemann (mriedem) Status: Triaged ** Affects: nova/p

[Yahoo-eng-team] [Bug 1785318] Re: evacuate rebuild claim will not use any image_meta so it can miss numa_topology claims

2018-08-03 Thread Matt Riedemann
** Also affects: nova/ocata Importance: Undecided Status: New ** Also affects: nova/pike Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/ocata Status: New => Triaged ** Changed in:

[Yahoo-eng-team] [Bug 1785318] [NEW] evacuate rebuild claim will not use any image_meta for volume-backed instances

2018-08-03 Thread Matt Riedemann
Public bug reported: I found this in the starlingx diff for nova: https://github.com/starlingx-staging/stx- nova/commit/71acfeae0d1c59fdc77704527d763bd85a276f9a#diff- afb9c0c0ca5276c7eacd987bbf51d8e6R447 For volume-backed instances, the instance image_meta comes from the volume_image_metadata

[Yahoo-eng-team] [Bug 1527623] Re: Nova might orphan volumes when it's racing to delete a volume-backed instance

2018-08-03 Thread Matt Riedemann
See https://review.openstack.org/#/c/565601/5 for more context - that was changed because it failed the ceph job, because apparently with rbd volumes you can't delete the volume snapshots until the original volume is deleted, which in the cinder API you normally can't do that if there are

[Yahoo-eng-team] [Bug 1649586] Re: "HTTP exception thrown: Cannot 'os-migrateLive' instance while it is in task_state migrating" in gate-grenade-dsvm-neutron-multinode-live-migration-nv

2018-08-03 Thread Matt Riedemann
** Also affects: devstack Importance: Undecided Status: New ** No longer affects: nova ** Changed in: devstack Status: New => Fix Released ** Changed in: devstack Importance: Undecided => Medium ** Changed in: devstack Assignee: (unassigned) => Pawel Koniszewski

[Yahoo-eng-team] [Bug 1785246] [NEW] Compute API reference should describe pause and suspend operations

2018-08-03 Thread Matt Riedemann
Public bug reported: The pause: https://developer.openstack.org/api-ref/compute/#pause-server-pause- action And suspend: https://developer.openstack.org/api-ref/compute/#suspend-server-suspend- action APIs just say they pause and suspend the server, which does not really tell the user

[Yahoo-eng-team] [Bug 1420662] Re: VMware: InstanceList.get_by_host raise rpc timeout error

2018-08-02 Thread Matt Riedemann
** Changed in: nova Importance: Medium => Low ** Changed in: nova Status: Confirmed => Opinion -- 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/1420662 Title:

[Yahoo-eng-team] [Bug 1784353] Re: Rescheduled boot from volume instances fail due to the premature removal of their attachments

2018-08-02 Thread Matt Riedemann
Bug 1488111 is what I was thinking about, but Lee clarified the issue for me. The scenario is like: 1. spawn on host1 fails, reschedule to host2 2. prep_block_devices fails on host2 because of the volume attachment issue mentioned ** Also affects: nova/queens Importance: Undecided

[Yahoo-eng-team] [Bug 1784715] Re: Configure resize in nova

2018-08-01 Thread Matt Riedemann
** Also affects: nova/queens Importance: Undecided Status: New ** Also affects: nova/pike Importance: Undecided Status: New ** Changed in: nova/pike Status: New => Confirmed ** Changed in: nova/queens Status: New => Confirmed ** Changed in: nova/pike

[Yahoo-eng-team] [Bug 1784953] [NEW] Useful image properties in glance - os_shutdown_timeout is not documented

2018-08-01 Thread Matt Riedemann
Public bug reported: - [x] This is a doc addition request. The "os_shutdown_timeout" image property, used by nova, is not documented. It's in the metadefs though: https://github.com/openstack/glance/blob/48ee8ef4793ed40397613193f09872f474c11abe/etc/metadefs /compute-guest-shutdown.json#L13 "By

[Yahoo-eng-team] [Bug 1784782] Re: API: flavors - Cannot list all public and private flavors by default

2018-08-01 Thread Matt Riedemann
Marked as incomplete since I'm not sure what you're saying is the bug. Please clarify. I'll fix the API reference docs in the meantime. ** Changed in: nova Status: Opinion => Incomplete ** Changed in: nova Importance: Wishlist => Undecided -- You received this bug notification

[Yahoo-eng-team] [Bug 1784782] Re: API: flavors - Cannot list all public and private flavors by default

2018-08-01 Thread Matt Riedemann
Is your bug really about saying that admins shouldn't have to pass is_public=None *by default* and is_public=None should just be the default behavior for admins if the is_public query parameter isn't provided? If so, that's not a bug, and would require a microversion since it's a behavior change

[Yahoo-eng-team] [Bug 1784074] Re: Instances end up with no cell assigned in instance_mappings

2018-08-01 Thread Matt Riedemann
** Also affects: nova/pike Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/pike Status: New => Confirmed ** Changed in: nova/pike Importance: Undecided => Medium ** Changed in: nova/queens

[Yahoo-eng-team] [Bug 1784874] [NEW] ResourceTracker doesn't clean up compute_nodes or stats entries

2018-08-01 Thread Matt Riedemann
Public bug reported: This was noted in review: https://review.openstack.org/#/c/587636/4/nova/compute/resource_tracker.py@141 That the ResourceTracker.compute_nodes and ResourceTracker.stats (and old_resources) entries only grow and are never cleaned up as we rebalance nodes or nodes are

[Yahoo-eng-team] [Bug 1784705] [NEW] ResourceTracker.stats can leak across multiple ironic nodes

2018-07-31 Thread Matt Riedemann
Public bug reported: A single nova-compute service host can manage multiple ironic nodes, which creates multiple ComputeNode records per compute service host, and ironic instances are 1:1 with each compute node. Before change https://review.openstack.org/#/c/398473/ in Ocata, the ComputeManager

[Yahoo-eng-team] [Bug 1773102] Re: Abnormal request id in logs

2018-07-31 Thread Matt Riedemann
Bug 1784666 has the proper triage information on the problem, it's an import ordering issue. ** Also affects: nova/pike Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/pike Status: New => Triaged **

[Yahoo-eng-team] [Bug 1784666] Re: The thread local which stores the request context is not green

2018-07-31 Thread Matt Riedemann
*** This bug is a duplicate of bug 1773102 *** https://bugs.launchpad.net/bugs/1773102 Someone said the same in this change: https://review.openstack.org/#/c/582332/ """ Hello melanie, I meet the same problem about request-id in log. I think this bug is similar to cinder bug

[Yahoo-eng-team] [Bug 1595369] Re: no spacing configuration for schedule _expire_reservations

2018-07-31 Thread Matt Riedemann
This is invalid since Pike when we dropped using quota usages and reservations tables: https://specs.openstack.org/openstack/nova-specs/specs/pike/implemented /cells-count-resources-to-check-quota-in-api.html ** Changed in: nova Status: Confirmed => Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1652735] Re: evacuate fails because port synchronization takes a long time

2018-07-31 Thread Matt Riedemann
*** This bug is a duplicate of bug 1535918 *** https://bugs.launchpad.net/bugs/1535918 I believe this has been fixed by sending the event to both the source and destination host of the evacuate based on the migration record, see: https://review.openstack.org/#/c/371048/ ** This bug has been

[Yahoo-eng-team] [Bug 1784462] [NEW] Useful image properties in glance - missing hw_cpu_policy and hw_cpu_thread_policy

2018-07-30 Thread Matt Riedemann
-properties.rst URL: https://docs.openstack.org/glance/latest/admin/useful-image-properties.html ** Affects: glance Importance: Undecided Assignee: Matt Riedemann (mriedem) Status: Triaged ** Tags: documentation ** Changed in: glance Status: New => Triaged -- You recei

[Yahoo-eng-team] [Bug 1743458] Re: Device tagging does not work for PF passthrough

2018-07-30 Thread Matt Riedemann
** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova Importance: Undecided => Medium ** Changed in: nova/queens Status: New => In Progress ** Changed in: nova/queens Importance: Undecided => Medium ** Changed in: nova/queens Assignee:

[Yahoo-eng-team] [Bug 1779826] Re: Unshelve instance can't find the image error message is not updated to the instance fault table

2018-07-30 Thread Matt Riedemann
** Also affects: nova/ocata Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undecided Status: New ** Also affects: nova/pike Importance: Undecided Status: New ** Changed in: nova/queens Status: New => Fix Released ** Changed in:

[Yahoo-eng-team] [Bug 1783635] Re: Live migration failed.: AttributeError: 'Guest' object has no attribute 'migrate_configure_max_speed'

2018-07-30 Thread Matt Riedemann
There is a patch here: https://review.openstack.org/#/c/586965/ ** Also affects: nova/pike Importance: Undecided Status: New ** Changed in: nova Status: New => Invalid ** Changed in: nova/pike Status: New => In Progress ** Changed in: nova/pike Importance: Undecided

[Yahoo-eng-team] [Bug 1784387] [NEW] rebuild API reference should discuss implications of specifying a new image

2018-07-30 Thread Matt Riedemann
Public bug reported: The imageRef parameter description does not describe what happens during rebuild if a new image is provided, nor is there any asynchronous post- condition section for what the user should expect: https://developer.openstack.org/api-ref/compute/#rebuild-server-rebuild- action

[Yahoo-eng-team] [Bug 1709260] Re: Addition of host to host-aggregate should be case -sensitive

2018-07-28 Thread Matt Riedemann
** Also affects: nova/queens Importance: Undecided Status: New ** Also affects: nova/pike Importance: Undecided Status: New ** Changed in: nova/pike Status: New => In Progress ** Changed in: nova/queens Status: New => In Progress ** Changed in: nova/pike

[Yahoo-eng-team] [Bug 1784022] Re: Failed forced live migration does not rollback doubled up allocations in placement

2018-07-27 Thread Matt Riedemann
This isn't an issue after all because we move the allocations on the source node from the instance to the migration *before* we do the copy: https://github.com/openstack/nova/blob/6be7f7248fb1c2bbb890a0a48a424e205e173c9c/nova/conductor/tasks/live_migrate.py#L82

[Yahoo-eng-team] [Bug 1784022] Re: Failed forced live migration does not rollback doubled up allocations in placement

2018-07-27 Thread Matt Riedemann
Looks like this was regressed in Queens: https://review.openstack.org/#/c/507638/29/nova/compute/manager.py@a6289 And I even pointed it out on the review but we didn't think about the forced live migration case: https://review.openstack.org/#/c/507638/25/nova/compute/manager.py@6252 ** Also

[Yahoo-eng-team] [Bug 1784022] [NEW] Failed forced live migration does not rollback doubled up allocations in placement

2018-07-27 Thread Matt Riedemann
Public bug reported: ***This is purely based on code inspection right now.*** With a forced host live migration, we bypass the scheduler and copy the instance's resource allocations from the source node to the dest node:

[Yahoo-eng-team] [Bug 1784020] [NEW] Shared storage providers are not supported and will break things if used

2018-07-27 Thread Matt Riedemann
Public bug reported: https://review.openstack.org/#/c/560459/ in Rocky changed the libvirt driver such that if the compute node provider is in a shared storage provider aggregate relationship (in the same aggregate with a resource provider that has DISK_GB inventory and the

[Yahoo-eng-team] [Bug 1783917] Re: live migration fails with NovaException: Unsupported VIF type unbound convert '_nova_to_osvif_vif_unbound'

2018-07-26 Thread Matt Riedemann
To summarize, during post-copy on the source host, nova activates the port binding on the dest host. During post live migration on the source host, nova refreshes the ports in the instance info cache and then calls unplug_vifs in the virt driver, but the vif type now shows up as 'unbound' - and

[Yahoo-eng-team] [Bug 1782714] Re: Properties of an attached volume are lost after live migration

2018-07-24 Thread Matt Riedemann
Adding cinder since cinder controls the volume metadata and nova shouldn't be changing anything during live migration with respect to the attached_mode. ** Also affects: cinder Importance: Undecided Status: New ** Tags added: live-migration volumes -- You received this bug

[Yahoo-eng-team] [Bug 1783380] [NEW] Placement version 1.26 is not documented in the API reference

2018-07-24 Thread Matt Riedemann
Public bug reported: Placement API microversion 1.26 which was added here: https://review.openstack.org/#/c/564838/ Is not documented in the API reference: https://developer.openstack.org/api-ref/placement/ Looks like the description on the "reserved" parameter should be updated here:

[Yahoo-eng-team] [Bug 1782851] Re: Running tox -efast8 fails on Python 3.7 due to zVMConnector installation issues

2018-07-24 Thread Matt Riedemann
This isn't a nova bug, it's a bug in the zvm sdk, so it should be routed through whatever issue tracker they have. ** Changed in: nova Status: Confirmed => Invalid ** Also affects: python-zvm-sdk Importance: Undecided Status: New ** Changed in: python-zvm-sdk Status: New

[Yahoo-eng-team] [Bug 1781710] Re: ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity failing with "Servers are on the same host"

2018-07-19 Thread Matt Riedemann
** Changed in: nova Status: Fix Released => In Progress ** Tags added: rocky-rc-potential -- 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/1781710 Title:

[Yahoo-eng-team] [Bug 1782607] [NEW] nova-lvm job failing on new tempest test test_resize_server_revert_with_volume_attached

2018-07-19 Thread Matt Riedemann
va-compute[30504]: ERROR oslo_messaging.rpc.server MigrationPreCheckError: Migration pre-check error: Migration is not supported for LVM backed instances Jul 19 14:40:50.492097 ubuntu-xenial-ovh-gra1-829690 nova-compute[30504]: ERROR oslo_messaging.rpc.server ** Affects: nova Importance: Medium

[Yahoo-eng-team] [Bug 1782468] [NEW] driver notes in feature support matrix don't render

2018-07-18 Thread Matt Riedemann
Public bug reported: It looks like at some point the 'driver-notes.*' entries in the feature support matrix docs stopped working: https://github.com/openstack/nova/blob/master/doc/source/user/support- matrix.ini#L142 I don't see it in queens or pike:

[Yahoo-eng-team] [Bug 1782393] [NEW] hypervisor local_gb_used still reports usage even with volume-backed instances after fix for bug 1469179

2018-07-18 Thread Matt Riedemann
Public bug reported: While testing the (partial) fix for bug 1469179: https://review.openstack.org/#/c/580720/ Someone reported that nova hypervisor-statistics still reported local_gb_used, even though 'openstack resource provider allocation show' for the instance didn't report DISK_GB usage.

[Yahoo-eng-team] [Bug 1782386] [NEW] compute node local_gb_used does not include swap disks

2018-07-18 Thread Matt Riedemann
Public bug reported: The ComputeNode.local_gb_used value is set in the ResourceTracker._update_usage() method: https://github.com/openstack/nova/blob/eb4f65a7951e921b1cd8d05713e144e72f2f254f/nova/compute/resource_tracker.py#L934 Based on: 1. root_gb in the flavor 2. any disk overhead from the

[Yahoo-eng-team] [Bug 1781916] Re: nova-compute version cap leads to ValueError

2018-07-17 Thread Matt Riedemann
Reading the docs on the upgrade_levels config options, only [upgrade_levels]/compute supports 'auto', so that's why it's blowing up since you're setting it for everything. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1781880] Re: nova service-list for new compute service causes TypeError with servicegroup_driver mc

2018-07-17 Thread Matt Riedemann
Looks like the correct analysis of the bug. We don't test the MC server group driver or enable_new_services config option very well, or together (obviously). ** Changed in: nova Importance: Undecided => Medium ** Changed in: nova Status: Confirmed => Triaged ** Tags added: memcache

[Yahoo-eng-team] [Bug 1782191] [NEW] Newly added z/VM driver is not in feature support matrix

2018-07-17 Thread Matt Riedemann
Public bug reported: We added the zVM driver in Rocky with limited capabilities: https://blueprints.launchpad.net/nova/+spec/add-zvm-driver-rocky So it needs to be documented in the feature support matrix docs: https://docs.openstack.org/nova/latest/user/support-matrix.html I believe in Rocky

[Yahoo-eng-team] [Bug 1781710] [NEW] ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity failing with "Servers are on the same host"

2018-07-14 Thread Matt Riedemann
Public bug reported: Started seeing this recently which looks like a regression: http://logs.openstack.org/44/56/14/check/neutron-tempest-multinode- full/dba40b9/job-output.txt.gz#_2018-07-13_19_53_15_275866 2018-07-13 19:53:15.275866 | primary | {1}

[Yahoo-eng-team] [Bug 1781648] [NEW] heal_allocations test randomly failing with "ValueError: Field `compute_node_uuid' cannot be None"

2018-07-13 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/44/56/14/gate/nova-tox-functional/75cad04 /job-output.txt.gz#_2018-07-13_16_27_07_833394 Things are failing during scheduling: 2018-07-13 16:27:07.846188 | ubuntu-xenial | 2018-07-13 16:27:02,302 INFO [nova.scheduler.host_manager] Host

[Yahoo-eng-team] [Bug 1780727] Re: Handle HostMappingNotFound when deleting a service

2018-07-13 Thread Matt Riedemann
igh ** Also affects: nova/queens Importance: Undecided Status: New ** Also affects: nova/pike Importance: Undecided Status: New ** Changed in: nova Assignee: Surya Seetharaman (tssurya) => Matt Riedemann (mriedem) -- You received this bug notification becau

[Yahoo-eng-team] [Bug 1781625] [NEW] Deleting compute service can fail with 500 error if HostMappingNotFound

2018-07-13 Thread Matt Riedemann
. ** Affects: nova Importance: High Assignee: Matt Riedemann (mriedem) Status: Triaged ** Affects: nova/pike Importance: Undecided Status: New ** Affects: nova/queens Importance: Undecided Status: New ** Tags: api cells ** Also affects: nova/pike

[Yahoo-eng-team] [Bug 1594529] Re: VM creation failure due to Nova hugepage assumptions

2018-07-13 Thread Matt Riedemann
** Changed in: nova Importance: Undecided => Medium ** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/queens Status: New => In Progress ** Changed in: nova/queens Importance: Undecided => Medium ** Changed in: nova/queens Assignee:

[Yahoo-eng-team] [Bug 1497253] Re: different availability zone for nova and cinder when AZ is not explicitly given

2018-07-12 Thread Matt Riedemann
I've confirmed this with a devstack setup that this was fixed indirectly in pike with change https://review.openstack.org/#/c/446053/. ** Changed in: nova Status: In Progress => Fix Released ** Changed in: nova Assignee: Matt Riedemann (mriedem) => Dan Smith (danms) -- You re

[Yahoo-eng-team] [Bug 1781421] [NEW] CantStartEngineError due to host aggregate up-call when boot from volume and [cinder]/cross_az_attach=False

2018-07-12 Thread Matt Riedemann
Public bug reported: This is semi-related to bug 1497253 but I found it while triaging that bug to see if it was still an issue since Pike (I don't think it is). If you run devstack with default superconductor mode configuration, and configure nova-cpu.conf with: [cinder] cross_az_attach=False

[Yahoo-eng-team] [Bug 1781286] Re: CantStartEngineError in cell conductor during rebuild

2018-07-11 Thread Matt Riedemann
OK looking at the stacktrace I see it's not the '_destroy_build_request' call that's blowing up on reschedule, it's the up-call to get the availability zone for the next chosen host from the list of alternates:

[Yahoo-eng-team] [Bug 1781100] [NEW] TypeError: delete_allocation_for_failed_resize() takes exactly 5 arguments (4 given) in ComputeManager.prep_resize

2018-07-10 Thread Matt Riedemann
Importance: Medium Assignee: Matt Riedemann (mriedem) Status: In Progress ** Affects: nova/queens Importance: Medium Status: Confirmed ** Changed in: nova Status: New => Triaged ** Changed in: nova Importance: Undecided => Medium ** Also affects: nova/queen

[Yahoo-eng-team] [Bug 1776981] Re: ironic-tempest-dsvm-ipa-wholedisk-bios-agent_ipmitool-tinyipa is running on non-code changes

2018-07-10 Thread Matt Riedemann
ged in: nova/pike Status: New => In Progress ** Changed in: nova/queens Status: New => Fix Released ** Changed in: nova/ocata Importance: Undecided => Medium ** Changed in: nova/queens Importance: Undecided => Medium ** Changed in: nova/pike Assignee: (unassigned) =&

[Yahoo-eng-team] [Bug 1754360] Re: no unquiesce for volume backed on quiesce failure

2018-07-10 Thread Matt Riedemann
** Changed in: nova Assignee: Matt Riedemann (mriedem) => Eric M Gonzalez (egrh3) ** Also affects: nova/pike Importance: Undecided Status: New ** Also affects: nova/ocata Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undeci

[Yahoo-eng-team] [Bug 1678056] Re: RequestSpec records are never deleted when destroying an instance

2018-07-06 Thread Matt Riedemann
** Also affects: nova/pike Importance: Undecided Status: New ** Changed in: nova/pike Status: New => In Progress ** Changed in: nova/pike Assignee: (unassigned) => Matt Riedemann (mriedem) ** Changed in: nova/pike Importance: Undecided => Medium -- You

[Yahoo-eng-team] [Bug 1724621] Re: nova-manage cell_v2 verify_instance returns a valid instance mapping even after the instance is deleted/archived

2018-07-06 Thread Matt Riedemann
Assignee: (unassigned) => Matt Riedemann (mriedem) ** Changed in: nova/pike Status: Fix Released => In Progress -- 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/1724621

[Yahoo-eng-team] [Bug 1780373] Re: server_group_members quota check failure with multi-create

2018-07-06 Thread Matt Riedemann
** Also affects: nova/queens Importance: Undecided Status: New ** Also affects: nova/pike Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1739325] Re: Server operations fail to complete with versioned notifications if payload contains unset non-nullable fields

2018-07-03 Thread Matt Riedemann
** Changed in: nova Assignee: Balazs Gibizer (balazs-gibizer) => Matt Riedemann (mriedem) ** Changed in: nova Status: Confirmed => Triaged ** Also affects: nova/queens Importance: Undecided Status: New ** Also affects: nova/ocata Importance: Undecided Statu

[Yahoo-eng-team] [Bug 1779711] [NEW] test_pre_live_migration_volume_backed* intermittently fails serialized json compare

2018-07-02 Thread Matt Riedemann
'supported_perf_events': [], 'target_connect_addr': None}, 'nova_object.name': 'LibvirtLiveMigrateData', 'nova_object.namespace': 'nova', 'nova_object.version': '1.8'} ** Affects: nova Importance: Critical Assignee: Matt Riedemann (mried

[Yahoo-eng-team] [Bug 1678056] Re: RequestSpec records are never deleted when destroying an instance

2018-07-02 Thread Matt Riedemann
** No longer affects: nova/newton -- 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/1678056 Title: RequestSpec records are never deleted when destroying an instance

[Yahoo-eng-team] [Bug 1779619] Re: Request Specs records did not got deleted and the table grows continuesly

2018-07-02 Thread Matt Riedemann
*** This bug is a duplicate of bug 1678056 *** https://bugs.launchpad.net/bugs/1678056 This is already fixed, they are deleted during archive: https://github.com/openstack/nova/commit/32fd58813f8247641a6b574b5f01528b29d48b76 ** This bug has been marked a duplicate of bug 1678056

[Yahoo-eng-team] [Bug 1779700] [NEW] The "parent_provider_uuid" response parameter for resource provider create/list/show/update is missing the 1.14 min_version flag

2018-07-02 Thread Matt Riedemann
Public bug reported: This was unintentionally regressed here: https://review.openstack.org/#/c/548934/5/placement-api- ref/source/parameters.yaml@354 ** Affects: nova Importance: Medium Assignee: Matt Riedemann (mriedem) Status: In Progress ** Tags: api-ref placement

[Yahoo-eng-team] [Bug 1726301] Re: Nova should list instances even if it can't connect to a cell DB

2018-06-29 Thread Matt Riedemann
We can't backport the fix to pike because the cross-cell listing framework is not in pike and would be a big backport. https://review.openstack.org/#/q/topic:instance- list+(status:open+OR+status:merged) ** Changed in: nova/pike Status: Confirmed => Won't Fix -- You received this bug

[Yahoo-eng-team] [Bug 1762688] Re: rescued instance doesn't have attached vGPUs

2018-06-28 Thread Matt Riedemann
** Changed in: nova Assignee: Matt Riedemann (mriedem) => Sylvain Bauza (sylvain-bauza) ** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/queens Status: New => Confirmed ** Changed in: nova/queens Importance: Undecided => Medium

[Yahoo-eng-team] [Bug 1779159] [NEW] Store metadata on a configuration drive in nova - missing powervm

2018-06-28 Thread Matt Riedemann
Public bug reported: - [x] This is a doc addition request. The powervm driver also supports config drive since queens: https://review.openstack.org/#/c/409404/ --- Release: 18.0.0.0b3.dev225 on 2018-06-28 13:03 SHA: de7055bfa937a0b3d26e5a02e9fc38650a0bfdb1

[Yahoo-eng-team] [Bug 1770636] Re: placement API not translating CannotDeleteParentResourceProvider to 409 Conflict

2018-06-28 Thread Matt Riedemann
** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/queens Status: New => In Progress ** Changed in: nova/queens Importance: Undecided => Low ** Changed in: nova/queens Assignee: (unassigned) => Matt Riedemann (mriedem) -- You

[Yahoo-eng-team] [Bug 1691602] Re: live migration generates several network-changed events which lock up refreshing the nw info cache

2018-06-27 Thread Matt Riedemann
Assignee: (unassigned) => Matt Riedemann (mriedem) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1691602 Title: live migration generates several network-changed events which lock up

[Yahoo-eng-team] [Bug 1726310] Re: nova doesn't list services if it can't connect to a cell DB

2018-06-27 Thread Matt Riedemann
** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/queens Status: New => Confirmed ** Changed in: nova/queens Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1778804] [NEW] instance_group_member records not purged from nova_api DB for deleted instances

2018-06-26 Thread Matt Riedemann
Public bug reported: Instance group member records used to be in the cell databases but were moved to the API database in Ocata. Previously, when deleting an instance in the cell, we'd also delete it's instance group membership record in the same cell database. Now that instance group membership

[Yahoo-eng-team] [Bug 1777478] Re: ServerShowV263Test.test_show_update_rebuild_list_server fails cells v1 job with "ValueError: An object of type nova.objects.instance.TrustedCerts is required in fiel

2018-06-26 Thread Matt Riedemann
** Changed in: nova Status: In Progress => Fix Released -- 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/1777478 Title:

[Yahoo-eng-team] [Bug 1778784] [NEW] mox_fixture = self.useFixture(moxstubout.MoxStubout()) usage is deprecated from oslo.test 3.5.0

2018-06-26 Thread Matt Riedemann
Public bug reported: Due to this deprecation in oslo.test 3.5.0: https://github.com/openstack/oslotest/commit/cae8c8d51a94b891ce5b311a91d01b4264b296d2 #diff-72a674ad74b628edbd0f73729c353b85R24 We get this warning quite a bit: nova/test.py:323: DeprecationWarning: Using class 'MoxStubout'

[Yahoo-eng-team] [Bug 1726301] Re: Nova should list instances even if it can't connect to a cell DB

2018-06-26 Thread Matt Riedemann
** Also affects: nova/pike Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/pike Status: New => Confirmed ** Changed in: nova/queens Status: New => Confirmed ** Changed in: nova/pike

[Yahoo-eng-team] [Bug 1778741] [NEW] Overlay (tunnel) protocols in Neutron - missing geneve

2018-06-26 Thread Matt Riedemann
Public bug reported: - [x] This is a doc addition request. According to [1], 'geneve' should be listed as a tunneled network type. [1] https://review.openstack.org/#/c/564445/10/nova/network/neutronv2/api.py --- Release: 11.0.6.dev14 on 2018-06-25 22:39 SHA:

[Yahoo-eng-team] [Bug 1778734] [NEW] nova-manage api_db sync uses the wrong version option when synchronizing the placement database

2018-06-26 Thread Matt Riedemann
Public bug reported: https://github.com/openstack/nova/blob/b992b90d73ab745b41924db9c2173f6cecb9d85e/nova/cmd/manage.py#L859 That should be using the "version2" parameter since the "version" parameter is deprecated. ** Affects: nova Importance: Medium Status: Triaged ** Tags: db

[Yahoo-eng-team] [Bug 1778733] [NEW] nova-manage api_db sync CLI help is wrong

2018-06-26 Thread Matt Riedemann
will also synchronize the optionally configured placement database, so we might as well mention that. ** Affects: nova Importance: Medium Assignee: Matt Riedemann (mriedem) Status: Triaged ** Tags: docs nova-manage -- You received this bug notification because you are a membe

<    3   4   5   6   7   8   9   10   11   12   >