Terminates an ongoing offload or recall operation for a volume (specified by name).
The user running the command must have one of the following:
maprcli volume tierjobabort
[ -cluster cluster_name ]
-name name| Request Type | POST |
| Request URL | |
|
Parameter |
Description |
|---|---|
cluster |
The name of the cluster on which to run the command. |
name |
The name of the volume. |
Stop offloading data to the tier:
/opt/mapr/bin/maprcli volume tierjobabort -name sampleVol -json
{
"timestamp":1503504450211,
"timeofday":"2017-08-23 04:07:30.211 GMT+0000",
"status":"OK",
"total":0,
"data":[
],
"messages":[
"Successfully started to abort."
]
}curl -k -X POST 'https://abc.sj.us:8443/rest/volume/tierjobabort?name=sampleVol' --user mapr:mapr
{"timestamp":1503504450211,"timeofday":"2017-08-23 04:07:30.211 GMT+0000","status":"OK","total":0,"data":[],"messages":["Successfully started to abort."]}