Creating a Tiering-Enabled Volume
About this task
You can create a tiering-enabled volume using the Control System, the CLI, and the REST API.
Creating a Tiering-Enabled Volume Using the Control System
Procedure
What to do next
Creating a Tiering-Enabled Volume Using the CLI and REST API
About this task
Run the following command to create a tiering-enabled volume:
$maprcli volume create -name <volName> -path <volmountpath> -tieringenable trueSend a request of type POST. For example:
curl -X POST 'https://abc.sj.us:8443/rest/volume/create?name=<volName>&path=<volmountpath>&tieringenable=true' --user <username>:<password>volume create.