This is an archive version of the document. To get the most up-to-date information, see the current version.

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

Set-VBRStorageLatencyControlOptionsExample 1. Modifying I/O Latency Tasks Limit

Set-VBRStorageLatencyControlOptionsExample 2. Modifying I/O Latency Speed Limit