ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume recovery-queue modify

    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

    This specifies the Vserver on which the volume is located.

    -volume <volume name> - Volume Name

    This specifies the volume that is to be modified.

    [-retention-hours <integer>] - Volume Delete Retention

    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
    Top of Page