Skip to main content
Element Software
A newer release of this product is available.

BreakSnapMirrorVolume

Contributors netapp-pcarriga netapp-dbagwell

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

Parameter

This method has the following input parameter:

Name Description Type Default value Required

volumeID

The volume on which to perform the break operation. The volume access mode must be snapMirrorTarget.

integer

None

Yes

snapshotID

Roll back the volume to the snapshot identified by this ID. The default behavior is to roll back to the most recent snapshot.

integer

None

No

preserve

Preserve any snapshots newer than the snapshot identified by snapshotID. Possible values:

  • true: Preserve snapshots newer than snapshotID.

  • false: Do not preserve snapshots newer than snapshotID.

If false, any snapshots newer than snapshotID are deleted.

boolean

false

No

access

Resulting volume access mode. Possible values:

  • readWrite

  • readOnly

  • locked

string

readWrite

No

Return values

This method has no return values.

New since version

10.0

Find more information