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

unable to change cores per socket in govc #1462

Closed
micruzz82 opened this issue May 20, 2019 · 2 comments
Closed

unable to change cores per socket in govc #1462

micruzz82 opened this issue May 20, 2019 · 2 comments

Comments

@micruzz82
Copy link

I am trying to change the value of cores per socket to one by using

govc vm.change -vm test-01 -e=[num_cpu_cores_per_socket=1]
govc vm.change -vm test-01 -e=[numCoresPerSocket=1]

But none of these seem to work

I have checked #929 but there doesn't seem to be anything in the USAGE document to show how this can be changed.

Any advice on this please?

@micruzz82
Copy link
Author

I have also tried

govc vm.change -vm test-01 -e num_cpu_cores_per_socket=1
govc vm.change -vm test-01 -e numCoresPerSocket=1

@micruzz82
Copy link
Author

govc vm.change -vm test-01 -e cpuid.coresPerSocket=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant