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.
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:
|
boolean | false | No |
access | Resulting volume access mode. Possible values:
|
string | readWrite | No |
This method has no return values.
10.0