volume mirror stop

Stops mirroring on the specified volume.

  • License required: Enterprise Edition
  • Permissions required: fc or restore on the volume

The volume mirror stop command lets you stop mirroring (for example, during a network outage). You can use the volume mirror start command to resume mirroring.

Syntax

CLI
maprcli volume mirror stop
    [ -cluster <cluster> ]
    -name <volume name>
REST
http[s]://<host>:<port>/rest/volume/mirror/stop?<parameters> 

Parameters

Parameter

Description

cluster

The cluster on which to run the command.

name

The volume for which to stop the mirror.

Output

Sample Output

messages                                            
Stopped mirror operation for volumes 'testMirror'  

Examples

Stop mirroring the mirror volume "testMirror":

CLI
maprcli volume mirror stop -name testMirror
https://centos26.lab:8443/rest/volume/mirror/stop?name=testMirror