[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] [PATCH] CA-38026: Do not suppress spurious page faults for RHEL 4.8
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |