Skip to main content
A newer release of this product is available.

volume recovery-queue modify

Contributors
Suggest changes

Modify attributes of volumes in the recovery queue

Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

Description

The volume recovery-queue modify command modifies the retention period of a volume in the recovery queue.

Parameters

-vserver <vserver name> - Vserver Name (privilege: advanced)

This specifies the Vserver on which the volume is located.

-volume <volume name> - Volume Name (privilege: advanced)

This specifies the volume that is to be modified.

[-retention-hours <integer>] - Volume Delete Retention (privilege: advanced)

This specifies the time in hours that the volume will be available in the recovery queue for recovery. For example, a value of "10" means that the volume will retained in the recovery queue at least 10 hours.

Examples

The following example modifies a volume named vol1_1234 on a Vserver named vs1 in the recovery queue.

cluster1::*> volume recovery-queue modify -vserver vs1 -volume vol1_1234 -retention-hours 10