mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[GH-ISSUE #223] Support PCI passthrough to vm #46
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michaelze on GitHub (Dec 21, 2022).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/223
We are trying to configure VMs with infiniband devices being passed through from the host.
I found Telmate/terraform-provider-proxmox#299, which states, that passing through PCI devices is currently not supported and that work has to be done within this repo to make it happen.
I'd love to help make this happen as it would simplify our setup and prevent some tedious manual work when provisioning new VMs for our k8s cluster.
Any advice on where to start? What to consider?
@dronenb commented on GitHub (Mar 18, 2023):
I was looking into adding this for use with the Terraform provider, but correct me if I'm wrong, but wasn't this already added in this commit?
@Tinyblargon commented on GitHub (Dec 5, 2024):
This was re-implemented by #376 now we have full PCI support with raw and mapped IDs.