volume file async-delete cancel
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
- This specifies the Vserver on which the volume containing the directory resides.
- -volume <volume name> - Volume Name
- This specifies the name of the volume.
- -jobid <text> - Job ID
- 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
Give documentation feedback