Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelu86 committed Jul 31, 2024
1 parent a5b7e83 commit 6ff39b4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Disable-AccelNetManagement [<CommonParameters>]

Disables Accelerated Networking Management cluster-wide. This doesn't turn off SR-IOV on VMs.

Disabling this feature on the cluster won't change any configuration settings on the VMs. They will
no longer be managed by Accelerated Networking or tracked by HUD.

## EXAMPLES

### EXAMPLE 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ there is an error, it will return `$false`.

### -IntentName

The intent name to be used for Accelerated Networking Management.
The intent name to be used for Accelerated Networking Management. This parameter is required.

This value must be an integer greater than or equal to **0** and less than or equal to **99**.

```yaml
Type: String
Expand All @@ -60,7 +62,7 @@ Accept wildcard characters: False
The percentage of cluster nodes that can be down simultaneously while still maintaining enough
virtual functions for each VM chosen for Accelerated Networking Management.
If this parameter is left blank, a default of **50%** will be selected.
If this parameter is left blank, a default of **50%** will be assigned.
```yaml
Type: UInt32
Expand Down
4 changes: 2 additions & 2 deletions docset/winserver2025-ps/failoverclusters/Enable-AccelNetVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ named `MyVM`.

### -Performance

Sets the performance level. Acceptable values are:
Sets the performance level. This parameter is required. Acceptable values are:

- `Low`
- `Medium`
Expand All @@ -59,7 +59,7 @@ Accept wildcard characters: False
### -VMName
Specifies the name of the virtual machine.
Specifies the name of the virtual machine. This parameter is required.
```yaml
Type: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ This example checks if the cluster nodes support AccelNet for the intent named `

### -IntentName

The intent name to be used for AccelNet Management.
The intent name to be used for Accelerated Networking Management. This parameter is required.

This value must be an integer greater than or equal to **0** and less than or equal to **99**.

```yaml
Type: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Get-EnabledIntentName

## DESCRIPTION

Gets the intent enabled for Accelerated Networking Management.
Retrieves the enabled intent for Accelerated Networking Management.

## EXAMPLES

Expand Down

0 comments on commit 6ff39b4

Please sign in to comment.