Syntax
Start-VsanClusterDiskUpdate [-Cluster] <Cluster[]> [-AllowReducedRedundancy <Boolean>] [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet starts the update of all vSAN disks of a cluster to the latest vSAN disk format version supported by the cluster. After the update finishes successfully, all vSAN disks in the cluster use the latest disk format version supported by the cluster. The cmdlet returns a task object that you can wait upon and query for progress.Parameters
Return Type
NullNotes
Examples
-------------- Example 1 --------------
Start-VsanClusterDiskUpdate -Cluster "vsan-cluster"
Updates the disk format of all vSAN disks in the "vsan-cluster" cluster to the latest disk format version supported by that cluster.