-
Notifications
You must be signed in to change notification settings - Fork 453
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
feat: Add support for vGPU #1378
Conversation
Original implementation of PciPassthrough can't be use for vGPU because it's link to host systemId
@appilon, I've requested access to a GPU-enabled testbed to review and evaluate this pull request. Ryan |
May wish to consider finding the devices with See. vmware/govmomi#2772 |
Hi @aarnaud, I hope all is well. As one of the project collaborators, I've started to review this pull request and run some tests in one of my available testbeds. I know it's been a while, but if you could share any example config and the guest OS(s) and GPUs tested in this would be most helpful. You can reply here or direct, if you like. Ryan Johnson |
Hi, sorry for the delay, An example: resource "vsphere_virtual_machine" "vm" {
...
firmware = "efi"
shared_pci_device_id = "grid_rtx8000-8q"
...
} Maybe there is an other way now with latest version |
Thanks for the update, @aarnaud. I'll run another couple tests in the testbed to see if the expected results stick. Ryan Johnson |
@tenthirtyam Is there any update on this? Could we do some testing to help this further along? It would be awesome to have this merged and released :) |
Hi @wilmardo - at this time it's Ryan Johnson |
Merge conflicts resolved to aid when next reviewed for consideration. No ETA. Ryan Johnson |
@tenthirtyam Hi, do you have any idea when this will be released? |
There's still a need for further testing on the pull request and to ensure it's the best implementation. Note that if you look at the Milestone here in GitHub it's parked in the Backlog. If you'd like to review and test the pull request by building from source, feedback and contributions are welcome. |
@tenthirtyam What is the status of the PR? What needs to happen to get this merged? |
|
What is the "further testing" you are referring to in the comment? I would like to see this brought to completion, so I will start where @aarnaud left off and see what needs to get completed. |
I'm not using this anymore, It was more a PoC. Feel free to take over the PR |
superseded by #2113 |
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
Original implementation of PciPassthrough can't be use for vGPU because it's link to host systemId
This PR add support for vGPU
Acceptance tests
Release Note
Release note for CHANGELOG:
References
Resolves #1265