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

[Xen-users] [XCP] XCP 0.5RC2 - bug with memory target

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] [XCP] XCP 0.5RC2 - bug with memory target
From: George Shuklin <nge@xxxxxxxx>
Date: Tue, 06 Jul 2010 16:28:51 +0400
Delivery-date: Tue, 06 Jul 2010 05:30:33 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1278419331; bh=fdT6gJaH7ldcgWPsAjD3K3Ds+0ueSEwrBsc2DaFiT3E=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=qhvYNRR5sAyremYjjyf79otH+FooP8lSdPH5/8I1bnxHBR46w5iGXjowgnxkmJi3c q+UUjRqr5Z+IXHhpIQznoAagVoqIkVziKBHbt8pAW0BDrO65wpD4q8UJ7CCMm3ZKVo yrFjttXxM4NZIcZzcF72rM1KiCqeeMYiH+soqINg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I found a strange behavior (i think, this is bug).

Summary: it is not possible to change target memory for PV guest lager, than 
was at moment of startup.

Steps to reproduce:

1) Create and install PV test VM (in my case this is debian lenny 
2.6.32-4-686-bigmem), shutdown it.
2) Set memory limits: xe vm-memory-static-range-set vm=test min=100Mb max=2GiB
3) Set target: xe vm-memory-target-set vm=test target=300MiB
4) Startup and boot test VM
5) try to lower target: xe vm-memory-target-set vm=test target=200MiB (all ok, 
it works)
6) try to raise target: xe vm-memory-target-set vm=test traget=400MiB (here: no 
error dynamic_min/dynamic_max changing, but real memory does not raise over 
initial value)

I can freely move memory in range [static-min;target_at_boot], but I can not 
set any values in range [target_at_boot;static-max].

I test it with vm-memory-dynamic-set - same behavior.

If someone confirm this bug, I'll open it in bugzilla.

-- 
wBR,George.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] [XCP] XCP 0.5RC2 - bug with memory target, George Shuklin <=