ONTAP 9.13.1 commands

volume recovery-queue purge-all

Purge all 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-all command purges all volumes from the recovery queue belonging to a Vserver.

Parameters

-vserver <vserver name> - Vserver name

This specifies the Vserver whose volumes in the recovery queue need to be purged.

Examples

The following example purges all volumes on a Vserver named vs1 from the recovery queue.

cluster1::*> volume recovery-queue purge-all -vserver vs1
Top of Page