]> git.proxmox.com Git - pve-kernel-2.6.32.git/blame - README
update to vzkernel-2.6.32-042stab113.12.src.rpm
[pve-kernel-2.6.32.git] / README
CommitLineData
1cfff965
DM
1KERNEL SOURCE:
2==============
3
4We use the OpenVZ Kernel sources, available from:
5
6http://download.openvz.org/kernel/branches/rhel6-2.6.32/
7
8
9Additional/Updated Modules:
10---------------------------
11
12- we use bootsplash to display the boot logo.
13
b155469e 14- include latest stable OVS openvswitch.ko module
f3df0a51 15
1cfff965
DM
16- include latest AoE driver (http://support.coraid.com/support/linux)
17
18- include latest ixgbe driver from intel/sourceforge
19
20- include latest igb driver from intel/sourceforge
21
22- include latest e1000e driver from intel/sourceforge
23
99336cf6 24- include latest Broadcom bnx2 drivers: http://driverdownloads.qlogic.com/
56a8d4f0 25
4cd1e31d
DM
26 * original file linux-7.11.05.zip contains
27 netxtreme2-7.11.05.tar.gz (added to repository)
56a8d4f0 28
901e6064
DM
29- include latest Adaptec aacraid driver
30
99336cf6 31 * http://download.adaptec.com/raid/aac/linux/aacraid-linux-src-1.2.1-40700.tgz
e9f854b7 32
b1a0b988
DM
33- include latest megaraid_sas driver
34
99336cf6
DM
35 * http://www.lsi.com/support/pages/download-search.aspx
36 * download "6.703.11.00-2_MR Linux_Driver.zip"
b1a0b988 37
99336cf6 38 (extract source file megaraid_sas-06.703.11.00-src.tar.gz)
b1a0b988 39
94f2d3f9
DM
40- include Highpoint RocketRAID 272X driver
41
42 * http://www.highpoint-tech.com/BIOS_Driver/rr272x_1x/linux_1.5/RR272x_1x-Linux-Src-v1.5-130325-0732.tar.gz
43
edba45dc
DM
44- include latest ARECA RAID drivers
45
46 * http://www.areca.com.tw/support/s_linux/linux.htm
47
bf6ff5ef
DM
48- include native OpenZFS filesystem kernel modules for Linux
49
50 * https://github.com/zfsonlinux/
51
72d74e99
DM
52 For licensing questions, see:
53
54 http://open-zfs.org/wiki/Talk:FAQ
55 http://zfsonlinux.org/faq.html#WhatAboutTheLicensingIssue
56 http://lwn.net/Articles/215085/
72d39b27 57 http://article.gmane.org/gmane.linux.file-systems.zfs.user/18418
bf6ff5ef 58
ab119548
DM
59- include latest HPSA driver (HP Smart Array)
60
61 * http://sourceforge.net/projects/cciss/
62
63
1cfff965
DM
64FIRMWARE:
65=========
66
67We create our own firmware package, which includes the firmware for
68all proxmox-ve kernels. So far this include
69
70pve-kernel-2.6.18
71pve-kernel-2.6.24
72pve-kernel-2.6.32
73pve-kernel-2.6.35
74
75We use 'find-firmware.pl' to extract lists of required firmeware
76files. The script 'assemble-firmware.pl' is used to read those lists
77and copy the files from various source directory into a target
78directory.
79
80We do not include firmeware for some wireless HW when there is a
81separate debian package for that, for example:
82
83zd1211-firmware
84atmel-firmware
85bluez-firmware
86
87
88PATCHES:
89--------
90
91 bootsplash-3.1.9-2.6.31-rh.patch: bootsplash patch
92
93 bridge-patch.diff: Avoid bridge problems with changing MAC
94 see also: http://forum.openvz.org/index.php?t=msg&th=5291
95
96 Behaviour after 2.6.27 has changed slighly - after setting mac address
97 of bridge device, then address won't change. So we could omit
98 that patch, requiring to set hwaddress in /etc/network/interfaces.
99
1cfff965
DM
100
101Additional information
102----------------------
103
104We use the default configuration provided by openvz, and apply
105the following modification:
106
107see config-2.6.32.diff
108
109- enable bootsplash
110 CONFIG_FB_VESA=y
111 CONFIG_FRAMEBUFFER_CONSOLE=Y
112 CONFIG_BOOTSPLASH=y
113
114- disable CONFIG_DEBUG_INFO
115
116- disable CONFIG_PRINTK_TIME
117
118- enable common CONFIG_BLK_DEV_XXX to avoid hardware detection
119 problems (udev, undate-initramfs hav serious problems without that)
120
121 CONFIG_BLK_DEV_SD=y
122 CONFIG_BLK_DEV_SR=y
123 CONFIG_BLK_DEV_DM=y
124
e21b3827
DM
125- disable module signatures (CONFIG_MODULE_SIG, CONFIG_CRYPTO_SIGNATURE)
126
127- enable usbip (this is also enable on debian kernels)
128
129 CONFIG_USB_IP_COMMON=m
130 CONFIG_USB_IP_VHCI_HCD=m
131 CONFIG_USB_IP_HOST=m
132
d9e10626 133- enable IBM JFS file system
7e70f1cc
DM
134
135 This is disabled in RHEL kernel for no real reason, so we enable
136 it as requested by users (bug #64)
1cfff965 137
d9e10626
DM
138- enable apple HFS and HFSPLUS
139
140 This is disabled in RHEL kernel for no real reason, so we enable
141 it as requested by users
142
2c0fe19a
DM
143- enable CONFIG_BRIDGE=y
144
145 Else we get warnings on boot, that
146 net.bridge.bridge-nf-call-iptables is an unknown key
147
e5c53408
DM
148- disable CONFIG_BRIDGE_IGMP_SNOOPING
149
150 To avoid problems with multicasting. Various users reported
151 multipath problems, which can be avoided by turning off IGMP
152 snooping.
153
43117d4e
DM
154- use 'deadline' as default scheduler
155
156 This is the suggested setting for KVM. We also measure bad fsync
157 performance with ext4 and cfq.
e5c53408 158
5bc65920
DM
159- set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
160
161 because if not set, it can give some dynamic memory or cpu frequencies
162 change, and vms can crash (mainly windows guest).
163
164 see http://forum.proxmox.com/threads/18238-Windows-7-x64-VMs-crashing-randomly-during-process-termination?p=93273#post93273
165
1cfff965
DM
166Testing final kernel with kvm
167-----------------------------
168
169kvm -kernel data/boot/vmlinuz-2.6.32-6-pve -initrd initrd.img-2.6.32-6-pve -append "vga=791 video=vesafb:ywrap,mtrr splash=silent" /dev/zero
170