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

  1. Go to Data > Volumes and click Create Volume.
    The Create New Volume page displays.
  2. Select the Volume Type, specify values for required/optional settings and auditing, and move the slider to Yes for Data Tier in the Properties tab.
    For information on all other properties and settings, see Creating a Volume.
    NOTE The source volume for a tiering-enabled mirror volume must also be tiering-enabled. You cannot set up a tiering-enabled mirror volume to mirror a volume that is not tiering-enabled.
  3. Click Create Volume to create the tiering-enabled volume.

What to do next

You can proceed to associate a tier, tiering rule, and/or schedule with the volume.

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 true
Send a request of type POST. For example:
curl -k -X POST 'https://abc.sj.us:8443/rest/volume/create?name=<volName>&path=<volmountpath>&tieringenable=true' --user mapr:mapr
For more information, see volume create.