]> git.proxmox.com Git - pve-kernel-2.6.32.git/blobdiff - README
update to vzkernel-2.6.32-042stab084.20.src.rpm
[pve-kernel-2.6.32.git] / README
diff --git a/README b/README
index 94415f9ce82ade26ba30b5d2037cc6e06ba3139c..64fdab1a2d5e69bef812f9c205dca8f2ab43cac4 100644 (file)
--- a/README
+++ b/README
@@ -19,6 +19,29 @@ Additional/Updated Modules:
 
 - include latest e1000e driver from intel/sourceforge
 
+- include latest Broadcom bnx2 drivers
+
+  * original file linux-7.8.56.zip contains
+    netxtreme2-7.8.56.tar.gz (added to repository)
+
+- include latest Adaptec aacraid driver
+
+  * http://download.adaptec.com/raid/aac/linux/aacraid-linux-src-1.2.1-30300.tgz
+
+- include latest megaraid_sas driver
+
+  *  http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/MR_Linux_Driver_6.601.06.00.tgz
+
+  (extract source file megaraid_sas-06.601.06.00-src.tar.gz)
+
+- include Highpoint RocketRAID 272X driver
+
+  * http://www.highpoint-tech.com/BIOS_Driver/rr272x_1x/linux_1.5/RR272x_1x-Linux-Src-v1.5-130325-0732.tar.gz
+
+- include latest ARECA RAID drivers
+
+  * http://www.areca.com.tw/support/s_linux/linux.htm
+
 FIRMWARE:
 =========
 
@@ -80,8 +103,6 @@ see config-2.6.32.diff
         CONFIG_BLK_DEV_SR=y
         CONFIG_BLK_DEV_DM=y
 
-- disable CONFIG_RT_GROUP_SCHED to avoid corosync startup errors
-
 - disable module signatures (CONFIG_MODULE_SIG, CONFIG_CRYPTO_SIGNATURE)
  
 - enable usbip (this is also enable on debian kernels)
@@ -90,16 +111,32 @@ see config-2.6.32.diff
         CONFIG_USB_IP_VHCI_HCD=m
         CONFIG_USB_IP_HOST=m
 
-- enable IBM JFS file system
+- enable IBM JFS file system 
 
   This is disabled in RHEL kernel for no real reason, so we enable
   it as requested by users (bug #64)
 
+- enable apple HFS and HFSPLUS
+
+  This is disabled in RHEL kernel for no real reason, so we enable
+  it as requested by users
+
 - enable CONFIG_BRIDGE=y
 
   Else we get warnings on boot, that
   net.bridge.bridge-nf-call-iptables is an unknown key
 
+- disable CONFIG_BRIDGE_IGMP_SNOOPING 
+
+  To avoid problems with multicasting. Various users reported
+  multipath problems, which can be avoided by turning off IGMP
+  snooping.
+
+- use 'deadline' as default scheduler
+
+  This is the suggested setting for KVM. We also measure bad fsync
+  performance with ext4 and cfq.
+
 Testing final kernel with kvm
 -----------------------------