Click or drag to resize

SolidFireElementBreakSnapMirrorVolumeAsync Method (BreakSnapMirrorVolumeRequest, CancellationToken)

The SolidFire Element OS web UI uses the BreakSnapMirrorVolume method to break the SnapMirror relationship between an ONTAP source container and SolidFire target volume. Breaking a SolidFire SnapMirror volume is useful if an ONTAP system becomes unavailable while replicating data to a SolidFire volume. This feature enables a storage administrator to take control of a SolidFire SnapMirror volume, break its relationship with the remote ONTAP system, and revert the volume to a previous snapshot.

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

Parameters

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

Return Value

Type: TaskBreakSnapMirrorVolumeResult

Implements

ISolidFireElementBreakSnapMirrorVolumeAsync(BreakSnapMirrorVolumeRequest, CancellationToken)
See Also