Offloading a Volume to a Tier
Explains how to offload a volume to a tier using either the Control System, the CLI, or the REST API.
About this task
At the volume level, data can be offloaded automatically by creating and associating a schedule with the tiering enabled volume or manually by triggering the offload operation. See Data Offload and Purge for more information. The following sections describe how to set up an automatic offload of data and how to trigger a one-time manual offload data at the volume level using either the Control System, the CLI, or the REST API.
- Cluster level fc permissions
- Volume level fc permissions
- Volume modify permissions
autooffloadthresholdgb even
if they are not using the Automatic scheduler. The default size is 1024 GB (1 TB).
You can modify this size as specified in Offloading a Volume to a Tier. Setting up Automatic Offload of Data Using the Control System
Procedure
Triggering an Offload of all Data in a Volume to a Tier Using the Control System
Procedure
Results
Setting up Automatic Offload of Data Using the CLI and REST API
About this task
Procedure
Triggering an Offload of all Data in a Volume to a Tier Using the CLI and REST API
About this task
maprcli volume offload -name <volume-name>If
you run the command with the ignorerule option
value set to true, rules for the volume where the
data resides is ignored and data is offloaded immediately. If the
ignorerule option value is not specified or is
set to false (default), data is offloaded based on
the rules associated with the volume where the data resides.
# curl -k -X POST 'https://abc.sj.us:8443/rest/volume/offload?name=sampleVol' --user mapr:mapr
{"timestamp":1519947659597,"timeofday":"2018-03-01 03:40:59.597 GMT-0800 PM","status":"OK","total":0,"data":[],"messages":["Successfully started offload."]}volume offload.