ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume reallocation quiesce

    Quiesce reallocate job

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    Temporarily stops any reallocation jobs that are in progress. When you use this command, the persistent state is saved. You can use the volume reallocation restart command to restart a job that is quiesced.

    There is no limit to how long a job can remain in the quiesced state.

    This command is not supported for FlexGroups or FlexGroup constituents.

    Parameters

    -vserver <vserver name> - Vserver

    Specifies the Vserver.

    -path <text> - Path

    Specifies the file path of the LUN, NVMe namespace, file, or volume that you want to stop temporarily.

    Examples

    cluster1::> volume reallocation quiesce /vol/vol2
    2 entries were acted on.

    Temporarily stops all reallocation jobs on volume vol2.

    Top of Page