-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature Request: Support for PCI Passthrough Devices #765
Comments
Additional note, it would be handy to be able to do a lookup on ( |
@dcode Is there any update on this enhancement as to when will this be implemented? |
@sumitmaggo, I don't have a work around short of powering off the VM and adding it manually. I'm not a terraform developer. I filed this because I need this functionality. |
working on some new stuff with GRID gpus - PCI support would be greatly appreciated. |
This would be very useful indeed, hope it can be added soon. |
This issue has been open 180 days with no activity. If this issue is reproducible with the latest version of the provider and with Terraform 0.12, please comment. Otherwise this issue will be closed in 30 days. |
Bump |
This feature was added in #1099. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
1 similar comment
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Terraform Version
0.11.13
vSphere Provider Version
1.11.0
Affected Resource(s)
(probably)
vsphere_virtual_machine
vsphere_host
vsphere_host_pcipassthru
(proposed new resource)Terraform Configuration Files
N/A
Debug Output
N/A
Panic Output
N/A
Expected Behavior
Ability to associate a PCI device ID (which is a host resource) to a VM as a PCI passthrough object. This has to happen prior to power on. It also requires reserving all the VM memory.
Actual Behavior
After I run
terraform apply
I have to shutdown the VM and manually add the PCI device in vCenter.Steps to Reproduce
Try to find in the documentation how to do a PCI passthrough in the vsphere provider and feel sad when you realize it doesn't exist.
Important Factoids
Obviously this isn't a super common use case, but it's something I need. In my case, I'm passing through a hardware NIC due to latency/performance reasons. The OpenStack provider features (linked in references) was developed for this same use case: latency.
References
The text was updated successfully, but these errors were encountered: