volume aggregate vacate
(DEPRECATED)-Move all Infinite Volume constituents from one aggregate to another.
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The volume aggregate vacate command moves all constituents belonging to a given Infinite Volume from the source aggregate to the destination aggregate.
The volume aggregate vacate command is only supported for Infinite Volumes.
Note
Infinite Volumes are deprecated and support for them may be removed in a future release of Data ONTAP. If you are using Infinite Volumes it is recommended that you do not upgrade the cluster to a release that is later than Data ONTAP 9.3.0.
Parameters
- -vserver <vserver name> - Vserver Name
- The name of the Vserver that owns the volume.
- -volume <volume name> - Volume Name
- The name of the volume.
- -source-aggregate <aggregate name> - Source Aggregate
- The source aggregate from which all Infinite Volume constituents are being moved.
- -destination-aggregate <aggregate name> - Destination Aggregate
- The destination aggregate to which the Infinite Volume constituents are being moved.
- [-foreground | -w {true|false}] - Foreground Process
- This specifies whether the operation runs as a foreground process. If this parameter is not specified, the default setting is false (the operation runs in the background). When set to true, the command will not return until the process completes.
Examples
The following example moves all constituents of Infinite Volume repo_vol from aggr1 to aggr2.
cluster1::> volume aggregate vacate -vserver vs0 -volume repo_vol -source-aggregate aggr1 -destination-aggregate aggr2
Give documentation feedback