volume file async-delete cancel
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Cancel an async directory delete job
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
The volume file async-delete cancel
command cancels an async delete of a directory.
Parameters
-vserver <vserver name>
- Vserver Name (privilege: advanced)-
This specifies the Vserver on which the volume containing the directory resides.
-volume <volume name>
- Volume Name (privilege: advanced)-
This specifies the name of the volume.
-jobid <text>
- Job ID (privilege: advanced)-
This specifies the Job ID of the async directory delete job to cancel. Run volume file async-delete show to get the job ID.
Examples
The following example cancels a job with job ID "0:1" in volume "vol1" in Vserver "vs1".
cluster1::*> volume file async-delete cancel -vserver vs1 -volume vol1 -jobid 0:1