You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
There are PCI ADDRESS and PREV_ADDRESS variables implemented to solve the VM migration case #3230.
Unfortunately the patch solved this case but introduced a new one for Undeploy and Terminate
To Reproduce
create a VM with VF NIC
migrate/undeploy/whatever to have PCI/ADDRESS and PCI/PREV_ADDRESS differ
undeploy the VM
monitor HOST/ HOST_SHARE. OpenNebula will update PCI/PREV_ADDRESS from the HOST_SHARE list instead of the actual PCI/ADDRESS
Expected behavior
OpenNebula must clear the actual PCI/ADDRESS on Undeploy and Terminate
Details
Affected Component: [Core]
Hypervisor: [KVM]
Version: [5.8.5]
Additional context
Progress Status
Branch created
Code committed to development branch
Testing - QA
Documentation
Release notes - resolved issues, compatibility, known issues
Code committed to upstream release/hotfix branches
Documentation committed to upstream release/hotfix branches
The text was updated successfully, but these errors were encountered:
Description
There are PCI ADDRESS and PREV_ADDRESS variables implemented to solve the VM migration case #3230.
Unfortunately the patch solved this case but introduced a new one for Undeploy and Terminate
To Reproduce
Expected behavior
OpenNebula must clear the actual PCI/ADDRESS on Undeploy and Terminate
Details
Additional context
Progress Status
The text was updated successfully, but these errors were encountered: