[Yahoo-eng-team] [Bug 2061701] [NEW] check_can_live_migrate_source fails with mkfs.vfat error: Label can be no longer than 11 characters

2024-04-15 Thread Oliver Walsh
Public bug reported: When testing NBD TLS live-migration the initial attempt failed. Looks like a generated filesystem label is too long. Subsequent attempts succeeded $ nova-compute --version Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching:

[Yahoo-eng-team] [Bug 1983044] [NEW] cell conductor attempts to connect to cell0 in all-cells min version check

2022-07-28 Thread Oliver Walsh
Public bug reported: The `get_minimum_version_all_cells" function currently checks cell0 too. This will fail on a cell conductor when using templated cell uris as it will attempt to connect to the wrong database server. For example set cell0 db uri as follows: [nova@cell1-controller-0 /]$

[Yahoo-eng-team] [Bug 1903908] [NEW] nova conf [api]/dhcp_domain is required on nova-compute

2020-11-11 Thread Oliver Walsh
] option deprecated. ** Affects: nova Importance: Undecided Status: New ** Affects: puppet-nova Importance: Undecided Assignee: Oliver Walsh (owalsh) Status: New ** Also affects: puppet-nova Importance: Undecided Status: New ** Changed in: puppet-nova

[Yahoo-eng-team] [Bug 1755602] Re: Ironic computes may not be discovered when node count is less than compute count

2018-07-26 Thread Oliver Walsh
** Changed in: tripleo Status: In Progress => Fix Released ** Changed in: nova/queens Status: Fix Committed => Fix Released ** Changed in: nova/pike Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1768953] [NEW] Report client does not handle keystone errors properly

2018-05-03 Thread Oliver Walsh
Public bug reported: _create_resource_provider is wrapped by safe_connect which results in a None return value if keystone/connect exceptions are raised. On master the result is a TypeError and the rp isn't cached: File "nova/scheduler/client/report.py", line 697, in

[Yahoo-eng-team] [Bug 1755602] Re: Ironic computes may not be discovered when node count is less than compute count

2018-03-15 Thread Oliver Walsh
** Also affects: tripleo Importance: Undecided Status: New ** Changed in: tripleo Assignee: (unassigned) => Oliver Walsh (owalsh) ** Changed in: tripleo Milestone: None => rocky-1 ** Changed in: tripleo Status: New => In Progress ** Changed in: tripleo I

[Yahoo-eng-team] [Bug 1744780] Re: Nova::Cell_v2::Simple_setup/Nova_cell_v2[cell0] fails on master promote

2018-01-22 Thread Oliver Walsh
That fix needs to omit the cell being updated from the cells that are inspected for conflicts. ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1682001] Re: [promotion] nova hypervisors/detail fails when host is not mapped to any cell

2017-04-12 Thread Oliver Walsh
** Summary changed: - [promotion] nova fails to start a server - host is not mapped to any cell + [promotion] nova hypervisors/detail fails when host is not mapped to any cell ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1677913] [NEW] percent must be escaped in live_migration_uri

2017-03-30 Thread Oliver Walsh
Public bug reported: The libvirt uris allow extra parameters to be specified in the query sting. More info here https://libvirt.org/guide/html /Application_Development_Guide-Architecture-Remote_URIs.html However nova interprets live_migration_uri using python string formatting -