Syntax
Get-VsanEvacuationPlan [-Entity] <VIObjectCore[]> [-EvacuationMode <VsanDataMigrationMode[]>] [-Server <VIServer[]>] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet retrieves information about the entity (disk, disk group, or host) you want to evacuate in various modes. You receive information about capacity usage only when the cmdlet determines that an entity can be evacuated in a given mode.Parameters
Return Type
Zero or more VsanEvacuationPlan objectsNotes
Examples
-------------------------- Example 1 --------------------------
Get-VsanEvacuationPlan -Entity $vmHost
Retrieves the evacuation plan about removing the $vmHost virtual machine host from the cluster.
-------------------------- Example 2 --------------------------
Get-VsanEvacuationPlan -Entity $diskGroup -EvacuationPlan Full
Retrieves the evacuation plan about removing the $diskGroup vSAN disk group for vSAN full data migration mode.