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] dynamically assign memory

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] dynamically assign memory
From: "Marinescu Dan" <dan.marinescu@xxxxxxxxx>
Date: Wed, 12 Sep 2007 16:04:18 +0200
Delivery-date: Wed, 12 Sep 2007 07:04:29 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=6osE8kmKyMn9GRZf+60RNZcctkgXO2nDQ2xF6wRUBi0=; b=kEP0OS77H31QamJJW95mtimsixPfV4AIkyndxggsPszSggcLlZoGqAwE1hMjnK+abYZIm2PYFPiIPXsodkWTc6zX+QawYSpFggBrLXkPx+VwtcGtQw9S3QNF0zDhQckwTPJtHHuAwo4hzeMW4uOwTKnexYPmiKZIi6RuKWDCp2s=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=nt8bNRdKE9RIgB7adF8tVkGoZ03tnb7mv1Wt3ukmquHcAGaDqaogheRQHd+iomuzu6WH5F4MzF25tIEaViHZKhTUBlFZVefds2yuojtKMNLyne8di2nE1c0uQEyzOmRjslSVuj1aAhBSylRyZMAKHE+vCuSYvThrmMisjhfm00w=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I am trying to dynamically assign memory to a running Xen guest (Debian Etch from the template) using the Python bindings. The VM.set_memory_dynamic_max() doesn't seem to bring anything (i checked using free on the guest OS), while VM.set_memory_dynamic_max_live() throws the error XenAPI.Failure: VM_BAD_POWER_STATE. How can I do this?

Thanks,
Dan

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] dynamically assign memory, Marinescu Dan <=