-
Notifications
You must be signed in to change notification settings - Fork 542
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
PCI device using raw_id throws error #1186
Comments
@Cirx08 only user |
I should update this in the documentation. |
Does this include root API tokens? I am using root@pam!terraform |
What is your token |
Can you set via Proxmox GUI |
Yes, my workaround for rc-4 was to set up VMs without PCI and manually attach via the web gui. |
So, seems you cannot do it with root token: |
Error: error updating VM: 500 only root can set 'hostpci0' config for non-mapped devices
pci {
id = 0
raw_id = "0000:01:00.0"
primary_gpu = false
rombar = true
}
I have tried multiple Ids and using the pcis block throws the same error. Using mapping_id works but raw_id does not.
The text was updated successfully, but these errors were encountered: