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] XCP 1.1b: Bug with memory ranges set

To: "xen-api@xxxxxxxxxxxxxxxxxxx" <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] XCP 1.1b: Bug with memory ranges set
From: George Shuklin <george.shuklin@xxxxxxxxx>
Date: Fri, 15 Jul 2011 03:57:34 +0400
Delivery-date: Thu, 14 Jul 2011 16:57:33 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=DXDsjKJL7ZpuMvyRciNgaX9fQc1w0SOdnKw0sOIECi4=; b=WBm5vou/YYoUGAh8VLFw7OaZSGWBk2LmTpS1AjRrswsAoXnV2lf9yohB53jf5LCK5f PbBE1Dmtu0Yw2frrTfhNavlL63aQMw//fxK0SYZTVnbFh6D6XcR5NYfYu0enl2yKevy0 xXIkIcEsSwGnNpjxd+Xh42ys1dI7Azanvmr4Y=
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
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11
Good day.

Got error:

[]# xe vm-memory-limits-set uuid=... static-min=256MiB static-max=2GiB dynamic-min=512MiB dynamic-max=512MiB Error code: MEMORY_CONSTRAINT_VIOLATION,Error parameters: Memory limits must satisfy: static_min ≤ dynamic_min = dynamic_max = static_max

Current memory data for machine:

             memory-static-max ( RW): 1073741824
            memory-dynamic-max ( RW): 1073741824
            memory-dynamic-min ( RW): 1073741824
             memory-static-min ( RW): 1073741824



Some more tests:


[]# xe vm-param-set uuid=... memory-static-min=512MiB
[]# xe vm-param-set uuid=... memory-dynamic-min=512MiB
Error code: MEMORY_CONSTRAINT_VIOLATION
[]# xe vm-param-set uuid=... memory-static-max=3GiB
Error code: MEMORY_CONSTRAINT_VIOLATION

So I can change only memory static min....

_______________________________________________
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] XCP 1.1b: Bug with memory ranges set, George Shuklin <=