From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dieter Bloms Subject: Re: [Xen-users] xl doesn't honour the parameter cpu_weight from my config file while xm does honour it Date: Fri, 20 Apr 2012 17:23:08 +0200 Message-ID: <20120420152308.GC3720@bloms.de> References: <20120420150012.GB3720@bloms.de> <1334934791.28331.101.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <1334934791.28331.101.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: "xen-users@lists.xen.org" , Dieter Bloms , xen-devel List-Id: xen-devel@lists.xenproject.org Hi, I'am not a programmer, but will have a look at it the next days and let you know if my skills are good enough. On Fri, Apr 20, Ian Campbell wrote: > Hi Dieter, = > = > thanks for the report. > = > It seems that support for this config file variable is not present in xl > at the moment. We should try and add this for 4.2 IMHO. > = > If you know a little bit of C (or are interested in learning) then this > should be a pretty simple thing to implement -- please let me know if > you want more details. > = > Ian. > = > On Fri, 2012-04-20 at 16:00 +0100, Dieter Bloms wrote: > > Hi, > > = > > I've installed xen-unstable 4.2 from actual git (last commit was > > 4dc7dbef5400f0608321d579aebb57f933e8f707). > > = > > When I start a domU with xm all is fine include the cpu_weight I > > configured in my domU config. > > = > > When I start the domU with xl then all my domU have the default > > cpu_weight of 256 instead of the configured one. > > = > > Was the name of cpu_weight being changed for xl command ? > > = > > My domU config looks like this: > > = > > --snip-- > > name=3D"vdrserver" > > description=3D"vdrserver for my clients" > > memory=3D768 > > maxmem=3D2048 > > vcpus=3D1 > > cpus=3D"1" > > cpu_weight =3D 128 > > on_poweroff=3D"destroy" > > on_reboot=3D"restart" > > on_crash=3D"destroy" > > = > > localtime=3D0 > > keymap=3D"de" > > = > > builder=3D"linux" > > bootloader=3D"/usr/bin/pygrub" > > bootargs=3D"" > > extra=3D"console=3Dhvc0 tmem cgroup_disable=3Dmemory independent_wallcl= ock=3D1 iommu=3Dsoft" > > nographic=3D1 > > keymap =3D 'de' > > = > > disk=3D[ = > > 'phy:/dev/mapper/xenimages-vdrserver,xvda1,w', > > 'phy:/dev/mapper/xenimages-swap_vdrserver,xvda2,w', > > ] > > vif=3D[ 'mac=3D00:00:00:00:00:80,bridge=3Dbr0', ] > > = > > pci =3D [ '06:00.0', '06:01.0', '00:12.2', '00:13.2'] > > --snip-- > > = > > = > = > = -- = Gru=DF Dieter -- I do not get viruses because I do not use MS software. If you use Outlook then please do not put my email address in your address-book so that WHEN you get a virus it won't use my address in the >>From field.