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

HyperVDsc: should support IovEnabled property #165

Open
dcuomo opened this issue Jan 12, 2019 · 0 comments
Open

HyperVDsc: should support IovEnabled property #165

dcuomo opened this issue Jan 12, 2019 · 0 comments
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.

Comments

@dcuomo
Copy link

dcuomo commented Jan 12, 2019

Details of the scenario you tried and the problem that is occurring

vSwitch can not be created with the IovEnabled property set to true using this resource

Verbose logs showing the problem

N/A - New capability not currently included in this resource

Suggested solution to the issue

When creating the vSwitch, a new boolean param should be added ($EnableIov)
If true, new-vmswitch command e.g.
New-VMSwitch -EnableIov $true

if $false or not specified, no modification to the new-vmswitch in the set is necessary

this can be tested by validating the value of (Get-VMSwitch -Name ).IovEnabled

The DSC configuration that is used to reproduce the issue (as detailed as possible)

N/A - New capability not currently included in this resource

The operating system the target node is running

Windows Server 2016 or Windows Server 2019

Version and build of PowerShell the target node is running

N/A

Version of the DSC module that was used ('dev' if using current dev branch)

Master

@bgelens bgelens added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels Jan 13, 2019
@SteveL-MSFT SteveL-MSFT added this to Help Wanted in powershell/dscresources May 14, 2019
@SteveL-MSFT SteveL-MSFT removed this from Help Wanted in powershell/dscresources Nov 27, 2019
@johlju johlju changed the title xHyper-V: should support IovEnabled property HyperVDsc: should support IovEnabled property Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants