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-devel

[Xen-devel] XenServer 6.0.0-50752p bug: Error parameters: Memory limits

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] XenServer 6.0.0-50752p bug: Error parameters: Memory limits must satisfy: static_min ≤ dynamic_min = dynamic_max = static_max
From: Mark Schneider <ms@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 27 Oct 2011 00:33:38 +0200
Delivery-date: Wed, 26 Oct 2011 15:36:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110307 Icedove/3.0.11
Hello,

it looks like there is a bug in XenServer 6.0.0-50762p (Free Edition). You can't modify memory setting for templates (s. below)

# ---
             memory-static-max ( RW): 268435456
            memory-dynamic-max ( RW): 268435456
            memory-dynamic-min ( RW): 268435456
             memory-static-min ( RW): 134217728

# ---

[root@xs6db01 ~]# xe template-param-set uuid=a646305b-72fa-d1e0-0c8c-87be2ba17647 memory-static-max=4GiB
Error code: MEMORY_CONSTRAINT_VIOLATION
Error parameters: Memory limits must satisfy: static_min ≤ dynamic_min = dynamic_max = static_max


It works correctly on XCP 1.1. Putting to small memory-static-max value for test gives an error message with the right limit rules (s. below)
Error parameters: Memory limits must satisfy: static_min ≤ dynamic_min ≤ dynamic_max ≤ static_max

regards, Mark
-- 
ms@xxxxxxxxxxxxxxxxxxxxxx
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] XenServer 6.0.0-50752p bug: Error parameters: Memory limits must satisfy: static_min ≤ dynamic_min = dynamic_max = static_max, Mark Schneider <=