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 2 of 2] CA-37873: Do not limit 64 bit RHEL guests to ho

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 2 of 2] CA-37873: Do not limit 64 bit RHEL guests to host-memory below 32G
From: Ian Campbell <ian.campbell@xxxxxxxxxx>
Date: Wed, 17 Feb 2010 14:06:39 +0000
Cc: Ian Campbell <ian.campbell@xxxxxxxxxx>
Delivery-date: Wed, 17 Feb 2010 06:12:28 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1266415597@xxxxxxxxxxxxxxxxxxxxxx>
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 1266415180 0
# Node ID 8f54aee3256cf9d64b03ed26ba7b4b7288d343be
# Parent  85ca5dd80be4ce5f53f1503f9fe75b00496b2806
CA-37873: Do not limit 64 bit RHEL guests to host-memory below 32G

Only 32 bit guests suffer from this issue.

Also both RHEL 5.4 does not have this issue so do not limit 32 either
there.

diff -r 85ca5dd80be4 -r 8f54aee3256c ocaml/xapi/create_templates.ml
--- a/ocaml/xapi/create_templates.ml    Wed Feb 17 13:59:40 2010 +0000
+++ b/ocaml/xapi/create_templates.ml    Wed Feb 17 13:59:40 2010 +0000
@@ -378,24 +378,24 @@
       rhel5x_install_template "Red Hat Enterprise Linux 5.3"     "i386" 
~limit_machine_address_size:true ();
       rhel5x_install_template "Oracle Enterprise Linux 5.3"      "i386" 
~limit_machine_address_size:true ();
       rhel5x_install_template "CentOS 5.3"                       "i386" 
~limit_machine_address_size:true ();
-      rhel5x_install_template "Red Hat Enterprise Linux 5.4"     "i386" 
~limit_machine_address_size:true ();
-      rhel5x_install_template "Oracle Enterprise Linux 5.4"      "i386" 
~limit_machine_address_size:true ();
-      rhel5x_install_template "CentOS 5.4"                       "i386" 
~limit_machine_address_size:true ();
+      rhel5x_install_template "Red Hat Enterprise Linux 5.4"     "i386" ();
+      rhel5x_install_template "Oracle Enterprise Linux 5.4"      "i386" ();
+      rhel5x_install_template "CentOS 5.4"                       "i386" ();
       rhel5x_install_template "Red Hat Enterprise Linux 5.0 x64" "x86_64" ();
       rhel5x_install_template "Oracle Enterprise Linux 5.0 x64"  "x86_64" ();
       rhel5x_install_template "CentOS 5.0 x64"                   "x86_64" ();
       rhel5x_install_template "Red Hat Enterprise Linux 5.1 x64" "x86_64" ();
       rhel5x_install_template "Oracle Enterprise Linux 5.1 x64"  "x86_64" ();
       rhel5x_install_template "CentOS 5.1 x64"                   "x86_64" ();
-      rhel5x_install_template "Red Hat Enterprise Linux 5.2 x64" "x86_64" 
~limit_machine_address_size:true ();
-      rhel5x_install_template "Oracle Enterprise Linux 5.2 x64"  "x86_64" 
~limit_machine_address_size:true ();
-      rhel5x_install_template "CentOS 5.2 x64"                   "x86_64" 
~limit_machine_address_size:true ();
-      rhel5x_install_template "Red Hat Enterprise Linux 5.3 x64" "x86_64" 
~limit_machine_address_size:true ();
-      rhel5x_install_template "Oracle Enterprise Linux 5.3 x64"  "x86_64" 
~limit_machine_address_size:true ();
-      rhel5x_install_template "CentOS 5.3 x64"                   "x86_64" 
~limit_machine_address_size:true ();
-      rhel5x_install_template "Red Hat Enterprise Linux 5.4 x64" "x86_64" 
~limit_machine_address_size:true ();
-      rhel5x_install_template "Oracle Enterprise Linux 5.4 x64"  "x86_64" 
~limit_machine_address_size:true ();
-      rhel5x_install_template "CentOS 5.4 x64"                   "x86_64" 
~limit_machine_address_size:true ();
+      rhel5x_install_template "Red Hat Enterprise Linux 5.2 x64" "x86_64" ();
+      rhel5x_install_template "Oracle Enterprise Linux 5.2 x64"  "x86_64" ();
+      rhel5x_install_template "CentOS 5.2 x64"                   "x86_64" ();
+      rhel5x_install_template "Red Hat Enterprise Linux 5.3 x64" "x86_64" ();
+      rhel5x_install_template "Oracle Enterprise Linux 5.3 x64"  "x86_64" ();
+      rhel5x_install_template "CentOS 5.3 x64"                   "x86_64" ();
+      rhel5x_install_template "Red Hat Enterprise Linux 5.4 x64" "x86_64" ();
+      rhel5x_install_template "Oracle Enterprise Linux 5.4 x64"  "x86_64" ();
+      rhel5x_install_template "CentOS 5.4 x64"                   "x86_64" ();
 
       sles9_install_template  "SUSE Linux Enterprise Server 9 SP4" "i386";
 

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

<Prev in Thread] Current Thread [Next in Thread>