Skip to content
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

Creating New-HVPool with NVIDIA A16 vGPU Profiles #626

Open
yootzee opened this issue Dec 7, 2023 · 0 comments
Open

Creating New-HVPool with NVIDIA A16 vGPU Profiles #626

yootzee opened this issue Dec 7, 2023 · 0 comments
Labels

Comments

@yootzee
Copy link

yootzee commented Dec 7, 2023

Describe the bug

Creating a new Horizon Pool via New-HVPool using a JSON input file will fail (terminating) when using an A16 vGPU GRID profile (i.e. VGPUGridProfile: 'nvidia_a16_1b) for PcoipDisplaySettings.

Error is:
MetadataError: The variable cannot be validated because the value nvidia_a16-1b is not a valid value for the VGPUGridPrifile variable

Reproduction steps

  1. Exported an existing pool to a json file. This is scripted, using Get-HVPoolSpec
  2. Create new pool using New-HVPool -Spec .json

...

Expected behavior

Create pool. Non-terminating error will be displayed about maxNumberOfMonitors and maxResolutionOfAyOneMonitor. But, these errors are expected and someone else has already opened an issue.

Additional context

I've updated the New-HVPool function in the PSM file to include 'nvidia_a16_1b' and 'nvidia_a16_2b' in the ValidateSet declaration and pool is created successfully.

@yootzee yootzee added the bug label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant