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] add missing SLES template

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] add missing SLES template
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Tue, 16 Mar 2010 14:58:10 +0000
Delivery-date: Tue, 16 Mar 2010 07:49:27 -0700
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 Alex Zeffertt <alex.zeffertt@xxxxxxxxxxxxx>
# Date 1263475373 0
# Node ID 340b7f97a64c6f6862645e12f5babaf256192a0a
# Parent  b26b82916cf1ca0e51b4e7d050b8e710ca683779
[CP-1552] SLES 10 SP3 x86_64 support

Add template for SLES 10 SP3 x86_64.

Note: We cannot add a template for the 32 bit version since between
SP2 and SP3 Novell removed the PAE guest kernel from the installer
ISO, leaving only the non-PAE guest kernel.  This is not a problem for
them since they have compiled their Xen 3.2 hypervisor to support
non-PAE PV guests (instead of PAE PV guests.) However, since v3.2 this
compile option has been removed from Xen.

This means that we cannot boot the SLES 10 SP3 i386 installer ISO.  To
install SLES 10 SP3 i386 it is necessary to install SP2 and upgrade.

Signed-off-by: <alex.zeffertt@xxxxxxxxxxxxx>

diff -r b26b82916cf1 -r 340b7f97a64c ocaml/xapi/create_templates.ml
--- a/ocaml/xapi/create_templates.ml    Tue Mar 16 14:53:56 2010 +0000
+++ b/ocaml/xapi/create_templates.ml    Thu Jan 14 13:22:53 2010 +0000
@@ -440,6 +440,7 @@
                sles11_template "SUSE Linux Enterprise Server 11"     X32 [    
];
                sles10_template "SUSE Linux Enterprise Server 10 SP1" X64 [    
];
                sles10_template "SUSE Linux Enterprise Server 10 SP2" X64 [    
];
+               sles10_template "SUSE Linux Enterprise Server 10 SP3" X64 [    
];
                sles11_template "SUSE Linux Enterprise Server 11"     X64 [    
];
 
                debian_template "Debian Lenny 5.0" "lenny" X32 [    ];
1 file changed, 1 insertion(+)
ocaml/xapi/create_templates.ml |    1 +


Attachment: SLES10.patch
Description: Text Data

_______________________________________________
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] add missing SLES template, David Scott <=