Click or drag to resize

SolidFireElementModifyVolumeAsync Method (ModifyVolumeRequest, CancellationToken)

ModifyVolume enables you to modify settings on an existing volume. You can make modifications to one volume at a time and changes take place immediately. If you do not specify QoS values when you modify a volume, they remain the same as before the modification. You can retrieve default QoS values for a newly created volume by running the GetDefaultQoS method. When you need to increase the size of a volume that is being replicated, do so in the following order to prevent replication errors: 1. Increase the size of the "Replication Target" volume. 2. 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 the "access" status to locked or target, 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<ModifyVolumeResult> ModifyVolumeAsync(
	ModifyVolumeRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskModifyVolumeResult

Implements

ISolidFireElementModifyVolumeAsync(ModifyVolumeRequest, CancellationToken)
See Also