Skip to content

Conversation

jovial
Copy link
Contributor

@jovial jovial commented Mar 31, 2023

This brings in:

stackhpc/nova@7252072

and fixes nova compute errors with the signature:

2022-07-06 13:18:35.913 7 ERROR nova.compute.manager   File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/virt/libvirt/driver.py", line 7726, in _get_mediated_device_information
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager     "uuid": libvirt_utils.mdev_name2uuid(cfgdev.name),
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager   File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/virt/libvirt/utils.py", line 583, in mdev_name2uuid
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager     return str(uuid.UUID(mdev_name[5:].replace('_', '-')))
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager   File "/usr/lib64/python3.6/uuid.py", line 140, in __init__
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager     raise ValueError('badly formed hexadecimal UUID string')
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager ValueError: badly formed hexadecimal UUID string

@jovial jovial requested a review from a team as a code owner March 31, 2023 11:16
@jovial jovial force-pushed the bugfix/yoga/nova-mdev-parsing branch from 8958567 to 3d5ca10 Compare March 31, 2023 11:17
This brings in:

stackhpc/nova@7252072

and fixes nova compute errors with the signature:

```
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager   File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/virt/libvirt/driver.py", line 7726, in _get_mediated_device_information
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager     "uuid": libvirt_utils.mdev_name2uuid(cfgdev.name),
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager   File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/virt/libvirt/utils.py", line 583, in mdev_name2uuid
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager     return str(uuid.UUID(mdev_name[5:].replace('_', '-')))
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager   File "/usr/lib64/python3.6/uuid.py", line 140, in __init__
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager     raise ValueError('badly formed hexadecimal UUID string')
2022-07-06 13:18:35.913 7 ERROR nova.compute.manager ValueError: badly formed hexadecimal UUID string
```
@jovial jovial force-pushed the bugfix/yoga/nova-mdev-parsing branch from 3d5ca10 to 3ef63d4 Compare March 31, 2023 11:18
@jovial jovial added the yoga Targets the Yoga OpenStack release label Mar 31, 2023
@jovial jovial merged commit af53d6a into stackhpc/yoga Apr 18, 2023
@jovial jovial deleted the bugfix/yoga/nova-mdev-parsing branch April 18, 2023 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
yoga Targets the Yoga OpenStack release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants