[pve-devel] r5102 - pve-kernel-2.6.32/trunk

svn-commits at proxmox.com svn-commits at proxmox.com
Thu Sep 9 09:25:37 CEST 2010


Author: dietmar
Date: 2010-09-09 07:25:37 +0000 (Thu, 09 Sep 2010)
New Revision: 5102

Modified:
   pve-kernel-2.6.32/trunk/README
Log:


Modified: pve-kernel-2.6.32/trunk/README
===================================================================
--- pve-kernel-2.6.32/trunk/README	2010-09-08 11:08:49 UTC (rev 5101)
+++ pve-kernel-2.6.32/trunk/README	2010-09-09 07:25:37 UTC (rev 5102)
@@ -85,9 +85,18 @@
 
 - disable KSM (OpenVZ does not support that for now)
 
-- set IOSCHED to deadline (avoid OpenVZ CFQ bug (slow fsync))
+- enable common CONFIG_BLK_DEV_XXX to avoid hardware detection
+  problems (udev, undate-initramfs hav serious problems without that)
+
+  	 CONFIG_BLK_DEV_SD=y
+  	 CONFIG_BLK_DEV_SR=y
+  	 CONFIG_BLK_DEV_DM=y
  
+- enable loopback, because it is commonly used for disk manipulations.
 
+  	 CONFIG_BLK_DEV_LOOP=y
+ 
+
 Testing final kernel with kvm
 -----------------------------
 




More information about the pve-devel mailing list