Bug 2090464
Summary: | AMD-SEV enabled guest fails to schedule due to UEFINotSupported exception | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | James Parker <jparker> |
Component: | openstack-nova | Assignee: | OSP DFG:Compute <osp-dfg-compute> |
Status: | CLOSED NOTABUG | QA Contact: | OSP DFG:Compute <osp-dfg-compute> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17.0 (Wallaby) | CC: | alifshit, dasmith, eglynn, igallagh, jhakimra, kchamart, pgrist, sbaker, sbauza, sgordon, vromanso |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-06-08 15:22:20 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: | 2090752 | ||
Bug Blocks: |
Description
James Parker
2022-05-25 19:51:01 UTC
Quick note, image is using 'q35' (overcloud) [stack@undercloud-0 ~]$ openstack image show cirros-0.5.2-x86_64-disk.img +------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Field | Value | +------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | checksum | b874c39491a2377b8490f5f1e89761a4 | | container_format | bare | | created_at | 2022-05-23T21:31:24Z | | disk_format | qcow2 | | file | /v2/images/659c0249-29f4-5ae7-9295-cacf1176422f/file | | id | 659c0249-29f4-5ae7-9295-cacf1176422f | | min_disk | 0 | | min_ram | 0 | | name | cirros-0.5.2-x86_64-disk.img | | owner | a2552c854ca74e80afa16e00aaaab68d | | properties | direct_url='swift+config://ref1/glance/659c0249-29f4-5ae7-9295-cacf1176422f', hw_firmware_type='uefi', hw_machine_type='q35', os_hash_algo='sha512', os_hash_value='6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-0.5.2-x86_64-disk.img', owner_specified.openstack.sha256='', stores='default_backend' | | protected | False | | schema | /v2/schemas/image | | size | 16300544 | | status | active | | tags | | | updated_at | 2022-05-23T21:31:35Z | | virtual_size | 117440512 | | visibility | public | +------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Changing the image to use pc-q35-rhel8.5.0 instead of just q35 results in the below failure: (If this needs to be tracked in a separate BZ I can open one) nova/nova-compute.log:2022-05-25 20:30:47.428 2 DEBUG oslo_concurrency.lockutils [req-79627bb6-1e33-4799-9952-27a5e608efbc 09699a87ba594d518aa8d3b76f297536 a2552c854ca74e80afa16e00aaaab68d - default default] Lock "ddb52a03-8e92-4387-a7d9-5b580e03729a" released by "nova.compute.manager.ComputeManager.build_and_run_instance.<locals>._locked_do_build_and_run_instance" :: held 2.619s inner /usr/lib/python3.9/site-packages/oslo_concurrency/lockutils.py:367 [root@computeamdsev-1 containers]# grep -r nvram-template * nova/nova-compute.log:2022-05-25 20:30:46.726 2 ERROR nova.compute.manager [req-79627bb6-1e33-4799-9952-27a5e608efbc 09699a87ba594d518aa8d3b76f297536 a2552c854ca74e80afa16e00aaaab68d - default default] [instance: ddb52a03-8e92-4387-a7d9-5b580e03729a] Instance failed to spawn: KeyError: 'nvram-template' nova/nova-compute.log:2022-05-25 20:30:46.726 2 ERROR nova.compute.manager [instance: ddb52a03-8e92-4387-a7d9-5b580e03729a] loader['mapping']['nvram-template']['filename'], nova/nova-compute.log:2022-05-25 20:30:46.726 2 ERROR nova.compute.manager [instance: ddb52a03-8e92-4387-a7d9-5b580e03729a] KeyError: 'nvram-template' nova/nova-compute.log:2022-05-25 20:30:46.880 2 ERROR nova.compute.manager [req-79627bb6-1e33-4799-9952-27a5e608efbc 09699a87ba594d518aa8d3b76f297536 a2552c854ca74e80afa16e00aaaab68d - default default] [instance: ddb52a03-8e92-4387-a7d9-5b580e03729a] Failed to build and run instance: KeyError: 'nvram-template' nova/nova-compute.log:2022-05-25 20:30:46.880 2 ERROR nova.compute.manager [instance: ddb52a03-8e92-4387-a7d9-5b580e03729a] loader['mapping']['nvram-template']['filename'], nova/nova-compute.log:2022-05-25 20:30:46.880 2 ERROR nova.compute.manager [instance: ddb52a03-8e92-4387-a7d9-5b580e03729a] KeyError: 'nvram-template' nova/nova-compute.log:2022-05-25 20:30:46.881 2 DEBUG nova.compute.manager [req-79627bb6-1e33-4799-9952-27a5e608efbc 09699a87ba594d518aa8d3b76f297536 a2552c854ca74e80afa16e00aaaab68d - default default] [instance: ddb52a03-8e92-4387-a7d9-5b580e03729a] Build of instance ddb52a03-8e92-4387-a7d9-5b580e03729a was re-scheduled: 'nvram-template' _do_build_and_run_instance /usr/lib/python3.9/site-packages/nova/compute/manager.py:2254 New OSP 17 Jira doc ticket will be open to document known issue until RHEL fix is released. Doc tracker: https://issues.redhat.com/browse/RHOSPDOC-955 |