Skip to content

Commit 5d79c3d

Browse files
committed
Hyper-V rename QoS
1 parent 23ecfc3 commit 5d79c3d

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

WindowsServerDocs/virtualization/hyper-v/failover-cluster-network-recommendations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ For a Hyper-V cluster, configure Hyper-V QoS that applies to the virtual switch.
232232
- **Configure minimum bandwidth in weight mode instead of in bits per second.** Minimum bandwidth specified by weight is more flexible and it's compatible with other features, such as live migration and NIC Teaming. For more information, see the **MinimumBandwidthMode** parameter in [New-VMSwitch](/powershell/module/hyper-v/new-vmswitch).
233233
- **Enable and configure QoS for all virtual network adapters.** Assign a weight to all virtual adapters. For more information, see [Set-VMNetworkAdapter](/powershell/module/hyper-v/set-vmnetworkadapter). To make sure that all virtual adapters have a weight, configure the **DefaultFlowMinimumBandwidthWeight** parameter on the virtual switch to a reasonable value. For more information, see [Set-VMSwitch](/powershell/module/hyper-v/set-vmswitch).
234234

235-
The following table recommends some generic weight values. You can assign a value from 1 to 100. For guidelines to consider when you assign weight values, see [QoS minimum bandwidth best practices](quality-of-service-bandwidth-limits.md).
235+
The following table recommends some generic weight values. You can assign a value from 1 to 100. For guidelines to consider when you assign weight values, see [QoS minimum bandwidth best practices](network-quality-of-service-bandwidth-limits.md).
236236

237237
| Network Classification | Weight |
238238
| --- | --- |

WindowsServerDocs/virtualization/hyper-v/quality-of-service-bandwidth-limits.md renamed to WindowsServerDocs/virtualization/hyper-v/network-quality-of-service-bandwidth-limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: QoS minimum bandwidth best practices for Hyper-V
2+
title: Network QoS Minimum Bandwidth Best Practices for Hyper-V
33
description: Guidance and best practices for configuring Hyper-V Quality of Service (QoS) minimum bandwidth on Windows Server.
44
author: dknappettmsft
55
ms.author: daknappe
66
ms.topic: best-practice
77
ms.date: 10/28/2025
88
---
99

10-
# QoS minimum bandwidth best practices
10+
# Network QoS minimum bandwidth best practices for Hyper-V
1111

12-
Use these best practices to configure Hyper‑V Quality of Service (QoS) Minimum Bandwidth on Windows Server. The guidance helps you choose the appropriate mode (weight or bits per second), assign effective weights, and avoid configuration pitfalls with NIC Teaming and Data Center Bridging (DCB).
12+
Use these best practices to configure Hyper‑V network Quality of Service (QoS) Minimum Bandwidth on Windows Server. The guidance helps you choose the appropriate mode (weight or bits per second), assign effective weights, and avoid configuration pitfalls with NIC Teaming and Data Center Bridging (DCB).
1313

1414
The article covers: weight assignment strategy, when to prefer weight over absolute bandwidth, interaction with teaming algorithms, coexistence considerations for QoS and DCB, and mitigation techniques for uneven bandwidth distribution.
1515

WindowsServerDocs/virtualization/hyper-v/toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ items:
6363
href: virtual-switch.md
6464
- name: RDMA and SET
6565
href: /azure/azure-local/concepts/host-network-requirements?context=/windows-server/context/windows-server-virtualization
66-
- name: Quality of Service (QoS) and bandwidth limits
67-
href: quality-of-service-bandwidth-limits.md
66+
- name: Network Quality of Service and bandwidth limits
67+
displayName: QoS
68+
href: network-quality-of-service-bandwidth-limits.md
6869
- name: Security
6970
href: plan/plan-hyper-v-security-in-windows-server.md
7071
- name: GPU acceleration

0 commit comments

Comments
 (0)