nvazquez commented on issue #5695: URL: https://github.com/apache/cloudstack/issues/5695#issuecomment-1018782631
Hi @edikevich can you try the following steps? - Stop VM - Go to Settings -> Edit the existing platform setting and add the following `;cores-per-socket:2` - Start VM <img width="961" alt="Screen Shot 2022-01-21 at 16 04 16" src="https://user-images.githubusercontent.com/5295080/150585303-b40663ff-c564-48f2-8bab-f5b6760faa15.png"> After that I could verify the param was set, with the following command: ```` # xe vm-param-list uuid=70c700c5-14f3-c6b5-91a4-0175a41a61b5 | grep cores platform (MRW): timeoffset: 0; device-model: qemu-upstream-compat; vga: std; videoram: 8; apic: true; viridian: false; pae: true; cores-per-socket: 2; acpi: 1; hpet: true; secureboot: false; nx: true ```` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
