We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
govc vm.change -vm test-01 -e cpuid.coresPerSocket=1
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: