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 create a volume in a specific topology, you must have the Converged Enterprise Edition installed on your system. Without the Converged Enterprise Edition, when you run the maprcli volume create command with the -topology option, the following error message is returned:
ERROR (10010) -  Volume Creation Failed: Setting topology on a 
                              volume requires data placement feature. License not found for data 
                              placement.

Examples

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