volume move

Moves the specified volume or mirror to a different topology. Permissions required: m or fc on the volume.

Syntax

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

Parameters

Parameter

Description

cluster

The cluster on which to run the command.

name

The volume name.

topology

The new rack path to the volume.

NOTE: To move the volume to another topology, you must have the Converged Enterprise Edition installed on your system. Without the Converged Enterprise Edition, when you run the maprcli volume move command with the -topology option to move the volume to another topology, the following error message is returned:
ERROR (10010) - Volume Move: No license for requested operation

Examples

CLI
maprcli volume move -name testVolume -topology /newPath
REST
https://10.10.82.23:8443/rest/volume/move?name=testVolume&topology=%2FnewPath