You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR vmware#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.
Fixesvmware#3464
Describe the bug
Since version v0.37.2, when trying to change a disk's size, I get the error :
To Reproduce
Steps to reproduce the behavior:
govc vm.disk.change -vm VMNAME -disk.filePath '[DS] PATH/VM.vmdk' -size XXG
Expected behavior
The disk should be updated with the new size without any error message, same as in v0.37.1
Affected version
Works in v0.37.1. It broke in v0.37.2
The text was updated successfully, but these errors were encountered: