Skip to content

vGPU Tesla P100 does not apear in Compute Offering #11267

Answered by vishesh92
DaniloMurbach asked this question in Q&A
Discussion options

You must be logged in to vote

@DaniloMurbach As of now the options are hardcoded in the UI. You can always create the compute offering using API.
After #11143 is merged, you will be able to set the Compute Offering via UI.

To create using cmk, you can use the below command.

cmk create serviceoffering name=test123 cpunumber=1 cpuspeed=500 memory=1024 serviceofferingdetails[1].key=pciDevice serviceofferingdetails[1].value="Group of NVIDIA Corporation GP100GL [Tesla P100 PCIe 16GB] GPUs" serviceofferingdetails[2].key=vgpuType serviceofferingdetails[2].value=passthrough diskofferingstrictness=false

You need to ensure that the value for serviceofferingdetails[1].value= matches with group name in xenserver. You can check th…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by DaanHoogland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #11263 on July 23, 2025 09:44.