Add-VBRAdvancedLatencyOptions
Short Description
Defines latency settings for a specific datastore.
Applies to
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides cmdlet sets that allow you to:
- Define latency settings for VMware datastores.
Add-VBRAdvancedLatencyOptions -ViDatastore <VBRViDatastore> [-LatencyLimitMs <int>] [-ThrottlingIOLimitMs <int>] [<CommonParameters>] |
- Define latency settings for the following types of volumes:
- Microsoft Hyper-V
- Microsoft SMB3 volumes
Add-VBRAdvancedLatencyOptions -HvVolume <VBRHvServerVolumeObject> [-LatencyLimitMs <int>] [-ThrottlingIOLimitMs <int>] [<CommonParameters>] |
Detailed Description
This creates the VBRAdvancedLatencyOptions object that defines latency settings for a specific datastore.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
ViDatastore | Specifies the VMware datastores. The cmdlet will define latency settings for these datastores. | Accepts the VBRViDatastore object. To get this object, run the Find-VBRViDatastore cmdlet. | True | Named | True (ByValue, |
HvVolume | Specifies the following types of datastores:
The cmdlet will define latency settings for these datastores. | Accepts the VBRHvServerVolumeObject object. To get this object, run the Get-VBRHvServerVolume cmdlet. | True | Named | True (ByValue, |
LatencyLimitMs | Specifies the I/O latency limit at which Veeam Backup & Replication will not assign new tasks that are targeted at the datastore. Default: 20 ms. | Int | False | Named | False |
ThrottlingIOLimitMs | Specifies the I/O latency speed limit. When Veeam Backup & Replication reaches this limit, it will decrease the speed at which it either gets data from a datastore or writes data to it. Default: 30 ms. | Int | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRAdvancedLatencyOptions object that defines latency settings for a specific datastore.
Examples
Example 1. Defining Latency Settings for VMware Datastore
This example shows how to set the I/O latency limit of new tasks that are targeted at the VMware datastore to 50 ms.
Perform the following steps:
|
Example 2. Defining Latency Settings for Hyper-V Datastores
This example shows how to set the I/O latency speed limit to 40 ms for The Hyper-V datastore.
Perform the following steps:
|
Related Commands