volume recovery-queue purge
Purge volumes from the recovery queue belonging to a Vserver
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
The volume recovery-queue purge command purges a volume from the recovery queue belonging to a Vserver.
Parameters
- -vserver <vserver name> - Vserver Name
- This specifies the Vserver on which the volume is located.
- -volume <volume name> - Volume Name
- This specifies the volume that is to be purged from the recovery queue.
Examples
The following example purges a volume named vol1_1234 on a Vserver named vs1 from the recovery queue.
cluster1::*> volume recovery-queue purge -vserver vs1 -volume vol1_1234
Give documentation feedback