|
|
|
|
|
|
|
|
|
|
xen-api
RE: [Xen-API] [PATCH] PR-1089: add solaris 10 template
I'll re-send a patch without a 32-bit template.
> -----Original Message-----
> From: Paul Durrant
> Sent: 19 November 2010 13:41
> To: Marcus Granado; xen-api
> Subject: RE: [Xen-API] [PATCH] PR-1089: add solaris 10 template
>
> I don't think we should have separate 64 and 32 bit templates. Solaris
> has been a 64-bit OS for >10 years now. I think you can probably count
> the people who run it 32-bit on one hand these days. It's not even an
> option in the grub menu.
>
> Paul
>
> > -----Original Message-----
> > From: xen-api-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-api-
> > bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Marcus Granado
> > Sent: 19 November 2010 12:18
> > To: xen-api
> > Subject: [Xen-API] [PATCH] PR-1089: add solaris 10 template
> >
> > ocaml/xapi/create_templates.ml | 2 ++
> > 1 files changed, 2 insertions(+), 0 deletions(-)
> >
> >
> > # HG changeset patch
> > # User Marcus Granado <marcus.granado@xxxxxxxxxx> # Date 1290167080
> > 0 # Node ID 309dbe4aaa79baff7abe170f21d376ce64c0f690
> > # Parent 55b1a5995e631d9c8ef0988b1d877ea2c46445f0
> > PR-1089: add solaris 10 template
> >
> > For solaris, viridian must be false; nx is enabled in template.
> >
> > Signed-off-by: Marcus Granado <marcus.granado@xxxxxxxxxxxxx>
> >
> > diff -r 55b1a5995e63 -r 309dbe4aaa79 ocaml/xapi/create_templates.ml
> > --- a/ocaml/xapi/create_templates.ml
> > +++ b/ocaml/xapi/create_templates.ml
> > @@ -524,6 +524,8 @@
> > hvm_template "Windows Server 2008" X64 512 24
> > [n;x;v;];
> > hvm_template "Windows Server 2008 R2" X64 512 24
> > [n; v;];
> > hvm_template "Windows Server 2008 R2" X64 512 24
> > [n;x;v;];
> > + hvm_template "Solaris 10" X32
> > ~is_experimental:true 1024 24 [n; ];
> > + hvm_template "Solaris 10" X64
> > ~is_experimental:true 1024 24 [n; ];
> > ] in
> >
> > (* put default_template key in static_templates other_config
> > of static_templates: *)
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
|
|
|
|