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] allow VCPU settings to be changed on a template

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] allow VCPU settings to be changed on a template
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Mon, 26 Apr 2010 18:02:35 +0100
Delivery-date: Mon, 26 Apr 2010 10:01:46 -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 David Scott <dave.scott@xxxxxxxxxxxxx>
# Date 1272301338 -3600
# Node ID b0d21e08987fac6769b7c4b1d6bcd165eb228d8d
# Parent  172736b1710a836c01fe4511567942d5caebcfff
CA-40875: allow VCPU settings to be changed on a template.

Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>

diff -r 172736b1710a -r b0d21e08987f ocaml/xapi/xapi_vm_lifecycle.ml
--- a/ocaml/xapi/xapi_vm_lifecycle.ml   Thu Apr 22 11:27:19 2010 +0100
+++ b/ocaml/xapi/xapi_vm_lifecycle.ml   Mon Apr 26 18:02:18 2010 +0100
@@ -165,6 +165,7 @@
                `changing_dynamic_range;
                `changing_static_range;
                `changing_memory_limits;
+               `changing_VCPUs;
                `clone;
                `copy;
                `export;
1 file changed, 1 insertion(+)
ocaml/xapi/xapi_vm_lifecycle.ml |    1 +


Attachment: xen-api.hg.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] allow VCPU settings to be changed on a template, David Scott <=