]> git.proxmox.com Git - pve-kernel-2.6.32.git/blobdiff - README
fix OpenVZ bug 2738: stat returns bad values for blocks of an NFS file
[pve-kernel-2.6.32.git] / README
diff --git a/README b/README
index fd3952af35d4d3ad40e1778495749dd25a4f50db..6dfd5f283a102844c5a2aa617dab85fc20497176 100644 (file)
--- a/README
+++ b/README
@@ -19,11 +19,25 @@ Additional/Updated Modules:
 
 - include latest e1000e driver from intel/sourceforge
 
-- include latest broadcom bnx2 drivers
+- include latest Broadcom bnx2 drivers
 
   * original file linux-7.4.27.zip contains
     netxtreme2-7.4.27.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.600.18.00.tgz
+
+  (extract source file megaraid_sas-06.600.18.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
+
 FIRMWARE:
 =========
 
@@ -108,6 +122,17 @@ see config-2.6.32.diff
   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
 -----------------------------