How to remove -smp switch

Taliesin

New Member
Feb 11, 2010
18
0
1
I dont want to start guest with this option, is there a way to remove it ?
cant set 0 for cores and sockets via web
 
It's not, guest hangs during first boot , have to stop it via web or cmd line and boots correctly during second boot, but performace is degraded, with 1 socket and 4 cores it boots without problem, without -smp also no problems with boooting

The bigest flaw in proxmox that you can't control all kvm options.
 
pve-manager: 1.5-9 (pve-manager/1.5/4728)
running kernel: 2.6.32-2-pve
proxmox-ve-2.6.32: 1.5-7
pve-kernel-2.6.32-2-pve: 2.6.32-7
qemu-server: 1.1-14
pve-firmware: 1.0-5
libpve-storage-perl: 1.0-13
vncterm: 0.9-2
vzctl: 3.0.23-1pve11
vzdump: 1.2-5
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.12.4-1
ksm-control-daemon: 1.0-3

But the problem exist form the beginning, at least 1 year back
 
pls post the guest settings (VMID.conf) for the win2008 machine - and which windows version?
 
ostype: w2k8
memory: 3584
onboot: 1
name: Win2008
ide2: cdrom,media=cdrom
sockets: 1
vlan0: e1000=F2:5B:26:8A:8E:D5
boot: c
freeze: 0
cpuunits: 500000
acpi: 1
kvm: 1
bootdisk: virtio0
cores: 4
tablet: 0
virtio0: local:101/vm-101-disk-1.raw


Windows 2008 Standard ServicePack 2 32Bit
 
which virtio block driver do you use (provide link).
 
ok, got all infos. i tested a clean install of win2008-32 with 1 vcpu (ide) - and it hangs on first boot like you described.

but it also hangs if I remove the '-smp sockets=1,cores=1' - so no difference here.

I also tested the win2008r2 (64), no problem here. so I have no solution for this issue with the old windows server.
 
Thx for info , an question can i expect solution or you just dont support win2008-32 ?
i know the about qm args
but how to set automaticaly all changes when backuping every night guest image
 
Thx for info , an question can i expect solution or you just dont support win2008-32 ?

win2008-32 works fine, only the first boot hangs.

i know the about qm args
but how to set automaticaly all changes when backuping every night guest image

I do not understand this question. just add the args in the VMID.conf file.
 
And going back to main question , I ran some tests and for me it hangs only when i have -smp enabled without guest starts with no problem (20 stops and starts)
I dont want to start guest with -smp. Is there a way to do this , comment lines in qm.pm or anything else.