volume recovery-queue modify
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
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 be retained in the recovery queue for at least 10 hours. The maximum allowed Volume retention-hours is 4294967295 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