Bug 2118968
Summary: | Failed to create VM with flavor with cpu quota settings when kernel support cpu controller | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | chhu |
Component: | openstack-nova | Assignee: | Amit Uniyal <auniyal> |
Status: | CLOSED ERRATA | QA Contact: | OSP DFG:Compute <osp-dfg-compute> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 17.0 (Wallaby) | CC: | alifshit, auniyal, berrange, bgibizer, dasmith, dhughes, eglynn, jgrosso, jhakimra, juzhou, kchamart, lpiwowar, mprivozn, pgrist, phrdina, sbauza, sgordon, smooney, vromanso, yisun |
Target Milestone: | ga | Keywords: | Patch, Regression, Triaged |
Target Release: | 17.1 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | libvirt_OSP_INT | ||
Fixed In Version: | openstack-nova-23.2.3-1.20230518170957.7e3a8a1.el9ost | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-08-16 01:11:45 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: | |||
Bug Blocks: | 2035518, 2121158 |
Description
chhu
2022-08-17 09:03:01 UTC
On the master branch, codes are in the same lines. https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py line 5687-5695 https://github.com/openstack/nova/blob/master/nova/virt/libvirt/host.py line: 1608-1623 I'm removing the Triaged keyword so that we can have a discussion about this. 17.0.1 is now blockers-only, and we're not sure if there's going to be a 17.0.2. Since this is a regression, we want to decide whether it's had enough that we ask for a bocker flag on this. In all cases, we'll copy this to 17.1 so that we can fix it there. Conclusion: 1. File a known issue for 17.0. 2. Fix only the host support detection in 17.1. 3. Document that the values are host and virt driver dependant, and if you're upgrading to 17.1 you need to: a. Make sure the values in your extra specs are supported by cgroups v2 on RHEL 9. b. Create new flavors and resize your instances if they're not. > 1. File a known issue for 17.0. https://bugzilla.redhat.com/show_bug.cgi?id=2153815 > 2. Fix only the host support detection in 17.1. Re-targetted this BZ to 17.1. > 3. Document that the values are host and virt driver dependant, and if > you're upgrading to 17.1 you need to: > a. Make sure the values in your extra specs are supported by cgroups v2 > on RHEL 9. > b. Create new flavors and resize your instances if they're not. Added a note to the same BZ (https://bugzilla.redhat.com/show_bug.cgi?id=2153815) 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 (Release of components for Red Hat OpenStack Platform 17.1 (Wallaby)), 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/RHEA-2023:4577 |