-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Add and apply PciPassthroughPostCloneOperation()
to subresource
#1625
Conversation
Added a `PciPassthroughPostCloneOperation()` implementation on the subresource and added to the function to the `resourceVSphereVirtualMachinePostDeployChanges`. #1137 Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
Marking as ready for review based on testing by provider user with a positive outcome. Ryan Johnson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very small nitpick
There's no practical way we can write an acceptance test for this so we will have to go on good faith from the thread in #1137 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Added a
PciPassthroughPostCloneOperation()
implementation on the subresource and added to the function to theresourceVSphereVirtualMachinePostDeployChanges
. #1137Testing
Release Note
resource/virtual_machine
- Fix issue where PCI passthrough devices not applied during initial cloning.References
Closes #1137