WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH] CA-38026: Do not suppress spurious page faults for RHE

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] CA-38026: Do not suppress spurious page faults for RHEL 4.8
From: Ian Campbell <ian.campbell@xxxxxxxxxx>
Date: Thu, 18 Feb 2010 12:18:42 +0000
Cc: Ian Campbell <ian.campbell@xxxxxxxxxx>
Delivery-date: Thu, 18 Feb 2010 04:19:08 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1266495513 0
# Node ID d9ab4c01094b34e5de4f029bc4264b0478a583b8
# Parent  18ea99cafbcd5dd6eb02d74cee138a92387569cb
CA-38026: Do not suppress spurious page faults for RHEL 4.8

The kernel which ships in RHEL 4.8 can handle these.

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

diff -r 18ea99cafbcd -r d9ab4c01094b ocaml/xapi/create_templates.ml
--- a/ocaml/xapi/create_templates.ml    Thu Feb 18 12:18:33 2010 +0000
+++ b/ocaml/xapi/create_templates.ml    Thu Feb 18 12:18:33 2010 +0000
@@ -363,8 +363,8 @@
       rhel4x_install_template "CentOS 4.6"                    
~suppress_spurious_page_faults:true ();
       rhel4x_install_template "Red Hat Enterprise Linux 4.7"  
~suppress_spurious_page_faults:true ~limit_machine_address_size:true ();
       rhel4x_install_template "CentOS 4.7"                    
~suppress_spurious_page_faults:true ~limit_machine_address_size:true ();
-      rhel4x_install_template "Red Hat Enterprise Linux 4.8"  
~suppress_spurious_page_faults:true ~limit_machine_address_size:true ();
-      rhel4x_install_template "CentOS 4.8"                    
~suppress_spurious_page_faults:true ~limit_machine_address_size:true ();
+      rhel4x_install_template "Red Hat Enterprise Linux 4.8"                   
                   ~limit_machine_address_size:true ();
+      rhel4x_install_template "CentOS 4.8"                                     
                   ~limit_machine_address_size:true ();
 
       rhel5x_install_template "Red Hat Enterprise Linux 5.0"     "i386" ();
       rhel5x_install_template "Oracle Enterprise Linux 5.0"      "i386" ();

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] CA-38026: Do not suppress spurious page faults for RHEL 4.8, Ian Campbell <=