Set-VBRStorageLatencyControlOptions
Short Description
Modifies storage latency control settings on the production datastores.
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Set-VBRStorageLatencyControlOptions [-LatencyLimitMs <int>] [-ThrottlingIOLimitMs <int>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies storage latency control settings on the production datastores.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
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 the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBRLatencyControlOptions object that contains settings of the storage latency control on the production datastores.
Examples
Example 1. Modifying I/O Latency Tasks Limit
This example shows how to set the I/O latency limit of new tasks that are targeted at the datastore to 50 ms. |
Example 2. Modifying I/O Latency Speed Limit