vmware / govmomi

Go library for the VMware vSphere API
Apache License 2.0
2.26k stars 896 forks source link

fix: govc vm.disk.change should only modify CapacityInBytes #3465

Closed dougm closed 3 weeks ago

dougm commented 3 weeks ago

PR #3424 switched from the deprecated CapacityInKB field to CapacityInBytes. That PR focus was to fix an issue with the simulator, but broke against real vCenter. Just leaving CapacityInKB as-is makes vCenter happy again.

Fixes #3464