Remove-VsanDisk
This cmdlet removes the specified hard disks from the specified vSAN disk group.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
VsanDisk | VsanDisk[] | named |
|
Specifies the hard disks you want to remove. |
optional | DataMigrationMode | VsanDataMigrationMode | named |
|
Specifies the action pertaining to vSAN data when the disk is removed. If not specified, the default value is Full. |
optional | ProgressAction | ActionPreference | named |
|
|
optional | RunAsync | SwitchParameter | named |
|
Indicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter run "help About_RunAsync" in the VMware PowerCLI console. |
Output
Examples
Example 1
Remove-VsanDisk -VsanDisk $vsanDisk -Confirm:$false
Removes the $vsanDisk vSAN disk without asking for confirmation.
Related Commands
VsanDisk
This cmdlet retrieves the host disks that belong to a vSAN disk group.
This cmdlet adds a host SCSI disk to a vSAN disk group.
This cmdlet removes the specified hard disks from the specified vSAN disk group.
VsanDiskGroup
This cmdlet retrieves vSAN disk groups.
This cmdlet creates a new vSAN disk group backed by the specified devices.
This cmdlet removes vSAN disk groups.