Has anyone seen this below error while trying to upgrade VMFS Datastore from version 5 to 6 using Update-VmfsDatastore cmdlet?
============================
2019-03-12T06:46:02 [Preflight Check] DS-TEMP is of VMFS 5 type
2019-03-12T06:46:03 [Preflight Check] checking Datastores capacity
2019-03-12T06:46:03 [Preflight Check] DS-TEMP having Capacity : 6291200 MB Greater or Equal than DS-Source capacity : 6291200 MB
Update-VmfsDatastore : Cannot validate argument on parameter 'Id'. The argument is null or empty. Provide an argument that is not null or empty, and
then try the command again.
At line:1 char:1
+ Update-VmfsDatastore -Datastore $source -TemporaryDatastore $temp -Ta ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Update-VmfsDatastore], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationError,Update-VmfsDatastore
============================