Bug 2107306
Summary: | [OSP17.1] _numa_cells_support_network_metadata does not log any output even at debug | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Jean-Francois Beaudoin <jbeaudoi> | |
Component: | openstack-nova | Assignee: | melanie witt <mwitt> | |
Status: | CLOSED ERRATA | QA Contact: | OSP DFG:Compute <osp-dfg-compute> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | 17.1 (Wallaby) | CC: | alifshit, dasmith, eglynn, eolivare, hasingh, jhakimra, kchamart, mariel, mwitt, sbauza, sgordon, smooney, vromanso | |
Target Milestone: | z4 | Keywords: | Patch, Triaged | |
Target Release: | 17.1 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | openstack-nova-23.2.3-17.1.20240614020750.2ace99d.el9ost | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2249578 (view as bug list) | Environment: | ||
Last Closed: | 2024-11-21 09:38:14 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 2249578 | |||
Bug Blocks: |
Description
Jean-Francois Beaudoin
2022-07-14 17:36:20 UTC
updating the title to reject that this is being used to track improving logging. tl;dr the original bug report was invalid because the customer did not actually have enough space to boot all the vms they wanted on the host in question. however while debugging this we noticed that _numa_cells_support_network_metadata does not have any logging so when it eliminates a host cell because the numa aware switch feature is in use there is not log to indicate that. As such it makes debugging scheduling issues related to numa aware vswitchs very difficult without intimate knowledge of the code. we can improve this trivially by adding logging at debug and or info level when a cell is eliminated. I'm going to convert this to a bug to improve logging in that area of the code, target 16.x because we'll need it for customer cases. Upstream bug at: https://bugs.launchpad.net/nova/+bug/1751784 I think aiming for 16.2.6 with this is realistic, given how small the patch is. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (RHOSP 17.1.4 bug fix and enhancement advisory), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2024:9974 |