Click or drag to resize

SolidFireElementModifyClusterFullThresholdAsync Method (CancellationToken, NullableInt64, NullableInt64, NullableInt64, NullableInt64)

You can use ModifyClusterFullThreshold to change the level at which the system generates an event when the storage cluster approaches a certain capacity utilization. You can use the threshold settings to indicate the acceptable amount of utilized block storage or metadata storage before the system generates a warning. For example, if you want to be alerted when the system reaches 3% below the "Error" level block storage utilization, enter a value of "3" for the stage3BlockThresholdPercent parameter. If this level is reached, the system sends an alert to the Event Log in the Cluster Management Console.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ModifyClusterFullThresholdResult> ModifyClusterFullThresholdAsync(
	CancellationToken cancellationToken,
	Nullable<long> Stage2AwareThreshold = null,
	Nullable<long> Stage3BlockThresholdPercent = null,
	Nullable<long> Stage3MetadataThresholdPercent = null,
	Nullable<long> MaxMetadataOverProvisionFactor = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Stage2AwareThreshold (Optional)
Type: SystemNullableInt64
Stage3BlockThresholdPercent (Optional)
Type: SystemNullableInt64
Stage3MetadataThresholdPercent (Optional)
Type: SystemNullableInt64
MaxMetadataOverProvisionFactor (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskModifyClusterFullThresholdResult

Implements

ISolidFireElementModifyClusterFullThresholdAsync(CancellationToken, NullableInt64, NullableInt64, NullableInt64, NullableInt64)
See Also