[Yahoo-eng-team] [Bug 1827628] [NEW] Cannot model affinity (and/or anti) with placement "limits" parameter

2019-05-03 Thread Surya Seetharaman
Public bug reported: It is currently not possible to use affinity/anti-affinity with the placement "limits" parameter since if you want your instance to land on a node where another instance lives you cannot rely on what placement GET/allocation_candidates would return and this could result in a n

[Yahoo-eng-team] [Bug 1761197] Re: Not defined keypairs in instance_extra cellsV1 DBs

2019-05-09 Thread Surya Seetharaman
** Also affects: nova/ocata Importance: Undecided Status: New ** Changed in: nova/ocata Assignee: (unassigned) => Surya Seetharaman (tssurya) ** Changed in: nova/ocata Importance: Undecided => High ** Changed in: nova/ocata Status: New => Confirmed -- You

[Yahoo-eng-team] [Bug 1828535] [NEW] [Perf] Archival job destroying records from api_database in bulk causes orphaning of records

2019-05-10 Thread Surya Seetharaman
Public bug reported: When the nova-manage db archive_deleted rows cron jobs from several cells run in parallel (even if they are randomized during the day if there are a lot of cells this may happen) they all try to destroy in bulk the instance_mappings/instance_group_members/request_specs from th

[Yahoo-eng-team] [Bug 1828862] [NEW] Listing servers with the "--all-tenants" and "--deleted" flag fails due to a bad marker

2019-05-13 Thread Surya Seetharaman
Public bug reported: If "nova list --all-tenants --deleted" is run after the "virtual_interface_obj.fill_virtual_interface_list" migration that was added in Stein it will fail with a " (HTTP 500)" error because of encountering a bad marker. This will be a problem until the archival is run I guess.

[Yahoo-eng-team] [Bug 1828862] Re: Listing servers with the "--all-tenants" and "--deleted" flag fails due to a bad marker

2019-05-14 Thread Surya Seetharaman
*** This bug is a duplicate of bug 1825034 *** https://bugs.launchpad.net/bugs/1825034 yikes, looks like this is just a duplicate of https://bugs.launchpad.net/nova/+bug/1825034 and I just ran along someone else's course then. Marking this as a duplicate. ** This bug has been marked a duplica

[Yahoo-eng-team] [Bug 1832720] [NEW] Inconsistent power and vm states for physical instances when doing nova start/stop

2019-06-13 Thread Surya Seetharaman
nova Importance: Medium Assignee: Surya Seetharaman (tssurya) Status: New ** Tags: compute ironic -- 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

[Yahoo-eng-team] [Bug 1832720] Re: Inconsistent power and vm states for physical instances when doing nova start/stop

2019-06-20 Thread Surya Seetharaman
** Also affects: nova/rocky Importance: Undecided Status: New ** Also affects: nova/stein 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). https://bugs

[Yahoo-eng-team] [Bug 1839009] [NEW] os-server-external-events does not behave correctly for failed single events

2019-08-05 Thread Surya Seetharaman
Public bug reported: The "os-server-external-events" API does not behave correctly when the request body contains a list of one event and if that event ends up in a non-200 state, i.e if the event ends up in either 400 or 404 or 422 states, the function executes all the way to L147 (https://github

[Yahoo-eng-team] [Bug 1848514] Re: Booting from volume providing an image fails

2019-10-23 Thread Surya Seetharaman
Sorry for the noise, after some investigations we realized that it was a downstream policy change on the cinder side. Closing this bug. ** Changed in: nova Status: New => Invalid ** Changed in: cinder Status: New => Invalid -- You received this bug notification because you are a m

[Yahoo-eng-team] [Bug 1778515] Re: nova-manage list_cells doesn't work if some special characters are in the passwords

2018-07-24 Thread Surya Seetharaman
So as indicated, the passwords have to be urlencoded for the parsing and masking to work. No changes will be done on the masking function on the nova side to check for special chars in passwords as it doesn't make sense. Marking this as a Won't Fix. ** Changed in: nova Status: New => Won't

[Yahoo-eng-team] [Bug 1794994] [NEW] Update the --max-rows parameter description for nova-manage db archive_deleted_rows

2018-09-28 Thread Surya Seetharaman
Importance: Low Assignee: Surya Seetharaman (tssurya) Status: Confirmed ** Tags: cells nova-manage ** Changed in: nova Importance: Undecided => Low ** Changed in: nova Status: New => Confirmed -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1798172] [NEW] Ironic driver tries to update the compute_node's UUID which of course fails in case of existing compute_nodes

2018-10-16 Thread Surya Seetharaman
Public bug reported: The patch - https://review.openstack.org/#/c/571535 was introduced with the aim of keeping the same uuid value for ironic nodes and their corresponding compute_node records. This works fine for when new nodes are created. However upon restart/periodic updates from the ironic d

[Yahoo-eng-team] [Bug 1814913] [NEW] A new instance_mapping record will have queued_for_delete set to NULL

2019-02-06 Thread Surya Seetharaman
Public bug reported: After this change: https://review.openstack.org/#/c/584504, where we changed the default value of queued_for_delete column from False to NULL in the sqla code for the instance_mappings object (to do the data migration for queued_for_delete), we forgot to set the default value

[Yahoo-eng-team] [Bug 1817915] [NEW] Autogeneration of API sample docs fails

2019-02-27 Thread Surya Seetharaman
le "/opt/stack/nova/nova/tests/functional/api_samples_test_base.py", line 140, in _write_sample' b"name, self.microversion), 'w') as outf:" b"FileNotFoundError: [Errno 2] No such file or directory: '/opt/stack/nova/doc/api_samples/o

[Yahoo-eng-team] [Bug 1745358] [NEW] Marker reset option for nova-manage map_instances

2018-01-25 Thread Surya Seetharaman
command saying "all instances are already mapped" as is the current behavior. Solution : Add a --reset flag to "nova-manage map_instances" ** Affects: nova Importance: Undecided Assignee: Surya Seetharaman (tssurya) Status: New ** Tags: nova-manage ** Tag

[Yahoo-eng-team] [Bug 1745375] [NEW] Extending delete_cell --force to delete instance_mappings

2018-01-25 Thread Surya Seetharaman
instance_mappings of the cell which is to be deleted ** Affects: nova Importance: Undecided Assignee: Surya Seetharaman (tssurya) Status: New ** Tags: cells nova-manage ** Changed in: nova Assignee: (unassigned) => Surya Seetharaman (tssurya) ** Tags removed: cell ** Tags added: ce

[Yahoo-eng-team] [Bug 1746558] [NEW] Make service all-cells min version helper use scatter-gather

2018-01-31 Thread Surya Seetharaman
Public bug reported: Currently the "get_minimum_version_all_cells" function in service runs sequentially and this affects the performance in case of large deployments (running a lot of cells) : https://github.com/openstack/nova/blob/stable/pike/nova/objects/service.py#L440 So it would be nice to

[Yahoo-eng-team] [Bug 1746561] [NEW] Make host_manager use scatter-gather and ignore down cells

2018-01-31 Thread Surya Seetharaman
Public bug reported: Currently the "_get_computes_for_cells" function in the host_manager of scheduler runs sequentially and this affects the performance in case of large deployments (running a lot of cells) : https://github.com/openstack/nova/blob/stable/pike/nova/scheduler/host_manager.py#L601

[Yahoo-eng-team] [Bug 1747650] [NEW] Make bdms querying in multiple cells use scatter-gather

2018-02-06 Thread Surya Seetharaman
ther_cells function. This helps when a cell is down. ** Affects: nova Importance: Undecided Assignee: Surya Seetharaman (tssurya) Status: New ** Tags: cells -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenSta

[Yahoo-eng-team] [Bug 1747936] [NEW] Host is not unmapped when the host_mapping is deleted during delete_cell operation

2018-02-07 Thread Surya Seetharaman
delete_host command should be done for the delete_cell command as well. ** Affects: nova Importance: Undecided Assignee: Surya Seetharaman (tssurya) Status: New ** Tags: cells nova-manage -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1749734] [NEW] Purge the compute_node records, resource provider records and host_mappings when doing force delete of the host

2018-02-15 Thread Surya Seetharaman
. ** Affects: nova Importance: Undecided Assignee: Surya Seetharaman (tssurya) Status: New ** Tags: nova-manage -- 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

[Yahoo-eng-team] [Bug 1745375] Re: Extending delete_cell --force to delete instance_mappings

2018-03-15 Thread Surya Seetharaman
** No longer affects: nova/queens -- 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/1745375 Title: Extending delete_cell --force to delete instance_mappings Status in Open

[Yahoo-eng-team] [Bug 1759306] [NEW] Scheduler host manager does not filter out cell0 from the list of cell candidates before scheduling

2018-03-27 Thread Surya Seetharaman
. ** Affects: nova Importance: Low Assignee: Surya Seetharaman (tssurya) Status: New ** Tags: cells scheduler -- 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

[Yahoo-eng-team] [Bug 1747650] Re: Make bdms querying in multiple cells use scatter-gather

2018-04-10 Thread Surya Seetharaman
** No longer affects: nova/pike -- 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/1747650 Title: Make bdms querying in multiple cells use scatter-gather Status in OpenStac

[Yahoo-eng-team] [Bug 1746530] Re: nova-manage api_db sync - NotSupportedWarning ['use_tpool']

2018-04-18 Thread Surya Seetharaman
IMO, this patch in oslo_db should fix this issue - https://github.com/openstack/oslo.db/commit/c432d9e93884d6962592f6d19aaec3f8f66ac3a2 ** Changed in: nova Status: Confirmed => Won't Fix ** Changed in: nova Assignee: Surya Seetharaman (tssurya) => (unassigned) -- You re

[Yahoo-eng-team] [Bug 1770175] Re: When list the servers, report : 'TypeError: 'object' object is not iterable'

2018-05-09 Thread Surya Seetharaman
This means that the command could not connect to the nova cell DB. As you can see from the logs there was a time out waiting for connection to the cells due to which did_not_respond_sentinels were attached to the cell results (https://github.com/openstack/nova/blob/master/nova/context.py#L464) . Th

[Yahoo-eng-team] [Bug 1778515] [NEW] nova-manage list_cells doesn't work is some special characters are in the passwords

2018-06-25 Thread Surya Seetharaman
;) ValueError: Invalid IPv6 URL ** Affects: nova Importance: Undecided Assignee: Surya Seetharaman (tssurya) Status: New ** Tags: cells nova-manage ** Description changed: nova-manage cell_v2 list_cells does not work without the --verbose flag if square brackets are used

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

2018-07-09 Thread Surya Seetharaman
Importance: Undecided Assignee: Surya Seetharaman (tssurya) Status: New ** Tags: api cells -- 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/1780727

[Yahoo-eng-team] [Bug 1854053] [NEW] _add_tenant_access silently ignores 403

2019-11-26 Thread Surya Seetharaman
Public bug reported: Running openstack flavor set from a project in which a user has an admin role (but the project is not an admin project) allows the provided project to be mapped to the flavor even if the permissions are insufficient for the user to verify the project provided i.e the generated

[Yahoo-eng-team] [Bug 1687362] Re: Instance not mapped after running command "nova-manage cell_v2 map_instances --cell_uuid ".

2017-09-22 Thread Surya Seetharaman
** Project changed: nova => ubuntu -- 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/1687362 Title: Instance not mapped after running command "nova-manage cell_v2 map_ins

[Yahoo-eng-team] [Bug 1687362] Re: Instance not mapped after running command "nova-manage cell_v2 map_instances --cell_uuid ".

2017-09-22 Thread Surya Seetharaman
** Package changed: ubuntu => nova -- 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/1687362 Title: Instance not mapped after running command "nova-manage cell_v2 map_ins

[Yahoo-eng-team] [Bug 1720130] [NEW] nova-manage map_instances is not using the cells info from the API database

2017-09-28 Thread Surya Seetharaman
--cell_uuid option that is provided i.e like this : nova-manage --config-file /etc/nova/nova_cell2.conf cell_v2 map_instances --cell_uuid "" So it is better if this info is taken from the cell_mappings table inside the API database. ** Affects: nova Importance: Wishlist Assig

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

2017-10-18 Thread Surya Seetharaman
Importance: Undecided Assignee: Surya Seetharaman (tssurya) Status: New ** Tags: cells nova-manage -- 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/1724

[Yahoo-eng-team] [Bug 1729806] [NEW] nova-manage update_cell does not check if the same combination of transport_url and database_connection already exists

2017-11-03 Thread Surya Seetharaman
.83.1/nova_cell1?charset=utf8 | +---+--+---++ Solution : The same kind of check in nova-manage create_cell needs to be done in nova-manage update_cell as well. ** Affects: nova Importance: Undecided Assignee: Surya Seetharaman (

[Yahoo-eng-team] [Bug 1679941] Re: Data still exsits in instance_mappings when delete instance

2017-11-23 Thread Surya Seetharaman
A fix has been released which solves this bug : https://review.openstack.org/#/c/515034/ . Bottom line is that we delete the Instance Mappings once the instance is archived, and not when its deleted. ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notifica