... i have bad results
install 2.6.38-1-pve (not suuport adaptec 6805)
compile driver (aacraid-1.1.7-28000 Adaptec) from source kernel 2.6.35-1-pve - compile error 'ioctl'
compile driver (aacraid-1.1.7-28000 Adaptec) from source kernel 2.6.38.8 - compile error
compile driver (unpack source driver from kernel 2.6.39.1) from source kernel 2.6.38.8 or 2.6.39.1 - compile OK, run driver - invalid format
make and install kernel 2.6.39.1 for .config 2.6.38-1-pve - its ok
add on grub menu.lst - elevator=deadline
run test VM and have bad results - read/write speed = 30Mb/s for virtio-raw on windows guest
stress test - max run VMs:
2.6.32-x-pve = 40
2.6.35-x-pve = 60
2.6.39-1 = 60
web interface: CPU Utiliztion = 97%
top - 12:46:28 up 9:09, 1 user, load average: 34.48, 32.06, 29.61
Tasks: 464 total, 55 running, 409 sleeping, 0 stopped, 0 zombie
Cpu(s): 4.4%us, 93.6%sy, 0.0%ni, 2.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 264678408k total, 19292736k used, 245385672k free, 230304k buffers
Swap: 0k total, 0k used, 0k free, 123960k cached
# pveversion -v
pve-manager: 1.8-19 (pve-manager/1.8/6379)
running kernel: 2.6.39.1-pve
proxmox-ve-2.6.35: 1.8-12
pve-kernel-2.6.32-4-pve: 2.6.32-33
pve-kernel-2.6.35-2-pve: 2.6.35-12
pve-kernel-2.6.38-1-pve: 2.6.38-2
qemu-server: 1.1-30
pve-firmware: 1.0-12
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.28-1pve1
vzdump: 1.2.6-1
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 0.14.1-1
ksm-control-daemon: 1.0-6
small speed on data (raid 0 - 8x1Tb HDD SAS2 7.200)
# pveperf /var/lib/vz
CPU BOGOMIPS: 211205.03
REGEX/SECOND: 856446
HD SIZE: 3023.80 GB (/dev/mapper/pve-data)
BUFFERED READS: 366.76 MB/sec
AVERAGE SEEK TIME: 11.32 ms
FSYNCS/SECOND: 1399.80
DNS EXT: 64.69 ms
DNS INT: 2.17 ms (xxx)
BIOS setting: (chenged - not results)
RD890 Configuration - IOMMU: Enabled
Memory Configuration - Bank Interleaving: Auto
Memory Configuration - Node Interleaving: Disable (recommended VMware) / Auto
Memory Configuration - Channel Interleaving: Auto
Memory Configuration - CS Sparing Enable: Disabled
Memory Configuration - Bank Swizzle Mode: Enable
Memory Configuration - Ungang DCT: Always
What ideas?
probe install
http://sourceforge.net/projects/kvm/files/qemu-kvm/0.15.0/ ???
=========================================================
Im download and install kernel-3.0.1
http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.1.tar.bz2
run test performance hdd windows guest - bad (30MB/s read|write)
run stress test - 60 VMs winXP - good
very good
60VMs - CPU Utilization (Web Interface) = 10-18 %
(for kernel-2.6.39.1: 45VMs = 30% CPU, 60VMs = 99% CPU)
top - 22:06:57 up 1:08, 1 user, load average: 0.40, 1.14, 1.52
Tasks: 458 total, 6 running, 452 sleeping, 0 stopped, 0 zombie
Cpu(s): 8.3%us, 6.5%sy, 0.0%ni, 85.2%id, 0.1%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 264613392k total, 19032328k used, 245581064k free, 109216k buffers
Swap: 0k total, 0k used, 0k free, 28120k cached
need add max run VMs for CPU usage 80-90%
There is a question,
Why such low speed of disks?
Guest: WinXP sp3, virtio 1.1.6 driver for hdd & lan
config:
name: 101
vlan0: virtio=XX:XX:XX:XX:XX:XX
bootdisk: virtio0
virtio0: local:101/vm-101-disk-1.raw,cache=none
ostype: wxp
boot: c
memory: 256
sockets: 1
cpuunits: 8
vga: cirrus
what i create VMs:
#!/bin/bash
# Clounirovanie VMs
for (( i=102;i<999;i++)); do
echo ${i}
/usr/sbin/qm create $i --name $i --vlan0 virtio --virtio0 local:2,format=raw --bootdisk virtio0 --ostype wxp --memory 256 --onboot no --sockets 1 --boot c --vga cirrus --cpuunits 8
cp /var/lib/vz/wxp.raw /var/lib/vz/images/$i/vm-$i-disk-1.raw
done
Whether correctly I do, what I copy a reference image of a disk instead of the created?
ps: # pveversion -v
pve-manager: 1.8-19 (pve-manager/1.8/6379)
running kernel: 3.0.1-pve
proxmox-ve-2.6.35: 1.8-12
pve-kernel-2.6.32-4-pve: 2.6.32-33
pve-kernel-2.6.35-2-pve: 2.6.35-12
pve-kernel-2.6.38-1-pve: 2.6.38-2
qemu-server: 1.1-30
pve-firmware: 1.0-12
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.28-1pve1
vzdump: 1.2.6-1
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 0.14.1-1
ksm-control-daemon: 1.0-6