ONTAP 9.12.1 commands

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

    Stop a volume capacity rebalancing operation on a FlexGroup volume

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

    Description

    The volume rebalance stop command stops a volume capacity rebalancing operation on a FlexGroup volume in the specified Vserver.

    The volume rebalance stop command is only supported on FlexGroup volumes.

    Parameters

    -vserver <vserver name> - Vserver Name

    Identifies the Vserver that contains the FlexGroup volume whose capacity rebalancing operation will be stopped.

    -volume <volume name> - Volume Name

    Identifies the FlexGroup volume whose capacity rebalancing operation will be stopped.

    Examples

    In this example, a volume capacity rebalancing operation is stopped for the FlexGroup volume "fg1" in vserver "vs0".

    cluster::volume rebalance rebalance*> stop -vserver vs0 -volume fg1
    Top of Page