Add-VBRAdvancedLatencyOptions
Short Description
Defines latency settings for a specific datastore.
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
ViAdd-VBRAdvancedLatencyOptions -ViDatastore <VBRViDatastore> [-LatencyLimitMs <Int32>]
[-ThrottlingIOLimitMs <Int32>] [<CommonParameters>]
-
HvAdd-VBRAdvancedLatencyOptions -HvVolume <VBRHvServerVolumeObject> [-LatencyLimitMs <Int32>]
[-ThrottlingIOLimitMs <Int32>] [<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 |
|---|---|---|---|---|---|
|
HvVolume |
Specifies the following types of datastores:
The cmdlet will define latency settings for these datastores.
Accepts the |
|
True |
Named |
True (ByPropertyName, 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. |
|
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. |
|
False |
Named |
False |
|
ViDatastore |
Specifies the VMware datastores. The cmdlet will define latency settings for these datastores.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<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
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
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Find-VBRViDatastoreLooks for VMware datastores.Get-VBRHvServerVolumeReturns volume-specific settings for Microsoft Hyper-V hosts.