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
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
I was trying to add more cpu's to a running VM with vcd vm update --cpu 2 <app> <vm>
But i get this error:
Error: Status code: 400/BAD_REQUEST, [ 4a87fb87-146b-4891-9757-b430fc43d4fe ] The number of cores per socket can only be changed for the virtual machine "vm-yyyy-001" when powered off. (request id: 4a87fb87-146b-4891-9757-b430fc43d4fe)
I can easily add more cpu through the interface when it's turned on but not through the CLI.
I checked the settings of the VM through CLI and i basically got this:
➜ ~ sudo vcd vm list-vm-capabilities app vm
property value
------------------- -------
CpuHotAddEnabled 1
MemoryHotAddEnabled 1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I was trying to add more cpu's to a running VM with
vcd vm update --cpu 2 <app> <vm>
But i get this error:
I can easily add more cpu through the interface when it's turned on but not through the CLI.
I checked the settings of the VM through CLI and i basically got this:
The text was updated successfully, but these errors were encountered: