Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

dougm
Copy link
Member

@dougm dougm commented Jun 7, 2024

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

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.

Fixes vmware#3464
Copy link
Contributor

@davinderkvnera davinderkvnera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@dougm dougm merged commit 1db964c into vmware:main Jun 7, 2024
11 checks passed
@dougm dougm deleted the issue-3464 branch June 7, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Can't resize a VM's disk
3 participants