Creates a link to a volume. Permissions required: fc or
m on the volume.
maprcli volume link create
[ -cluster <clustername> ]
-path <link path>
-type <type>
-volume <volume>
| Request Type | POST |
| Request URL | |
| Parameter | Description |
|---|---|
path
|
The -path parameter specifies the link path:
/link
Example: |
type
|
The volume type: writeable or
mirror. |
volume
|
The volume name. |
cluster |
The cluster name. |
Create a link to v1 at the path v1. mirror:
maprcli volume link create -volume v1 -type mirror -path /v1.mirror
https://abc.sj.us:8443/rest/volume/link/create?path=/v1.mirror&type=mirror&volume=v1