The Element web UI uses the BreakSnapMirrorRelationship method to break a SnapMirror relationship. When a SnapMirror relationship is broken, the destination volume is made read-write and independent, and can then diverge from the source. You can reestablish the relationship with the ResyncSnapMirrorRelationship API method. This method requires the ONTAP cluster to be available.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
snapMirrorEndpointID | The endpoint ID of the remote ONTAP storage system communicating with the Element storage cluster. | integer | None | Yes |
destinationVolume | The destination volume in the SnapMirror relationship. | snapMirrorVolumeInfo | None | Yes |
This method has the following return values:
Name | Description | Type |
---|---|---|
snapMirrorRelationship | An object containing information about the broken SnapMirror relationship. | snapMirrorRelationship |
10.1