Click or drag to resize

SolidFireElementModifyVolumesAsync Method (ModifyVolumesRequest, CancellationToken)

ModifyVolumes allows you to configure up to 500 existing volumes at one time. Changes take place immediately. If ModifyVolumes fails to modify any of the specified volumes, none of the specified volumes are changed. If you do not specify QoS values when you modify volumes, the QoS values for each volume remain unchanged. You can retrieve default QoS values for a newly created volume by running the GetDefaultQoS method. When you need to increase the size of volumes that are being replicated, do so in the following order to prevent replication errors: Increase the size of the "Replication Target" volume. Increase the size of the source or "Read / Write" volume. Both the target and source volumes must be of the same size. NOTE: If you change access status to locked or replicationTarget all existing iSCSI connections are terminated.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ModifyVolumesResult> ModifyVolumesAsync(
	ModifyVolumesRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiModifyVolumesRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskModifyVolumesResult

Implements

ISolidFireElementModifyVolumesAsync(ModifyVolumesRequest, CancellationToken)
See Also