cpu and re-deploy with higher number ??

  • Thread starter Thread starter planohog
  • Start date Start date
P

planohog

Guest
Greetings, proxmox is working well for me .. thanks for the many posts
here with information.

new question" If I deploy with 1 cpu for example where or what can I edit
to get for example 3 cpu added on without a total rebuild. ??

thanks in advance.
 
Greetings, proxmox is working well for me .. thanks for the many posts
here with information.

new question" If I deploy with 1 cpu for example where or what can I edit
to get for example 3 cpu added on without a total rebuild. ??

thanks in advance.

for KVM:

this is currently deactivated on the web interface as using multiple CPU´s is not stable on all guests.

but it is easy to change via commandline, just use the qm command:

Code:
qm set VMID --smp 2
and make sure that the guest os can handle this number of cpu´s.
 
Which os are unstable?

most windows variants (including xp, win2003), but not all tested.

E.g. Ubuntu 8.04.1 i386 works well with multiple cpu´s.

This is for KVM 71 (Proxmox VE 0.9beta2), we hope to get this stable in newer releases of KVM.