Hi is there a way to assign weight and cap of a xen instance within a domU configuration file? I want to assign these upon boot up of a xen instance. If so how? Thanks.. -L -- Larry Ludwig Empowering Media 1-866-792-0489 x600 Have you visited our customer service blog? http://www.supportem.com/blog/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Petersson, Mats
2007-Mar-16 16:07 UTC
RE: [Xen-users] Allocate xm sched-credit at boot time?
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > Larry Ludwig > Sent: 16 March 2007 16:03 > To: xen-users@lists.xensource.com > Subject: [Xen-users] Allocate xm sched-credit at boot time? > > Hi is there a way to assign weight and cap of a xen instance > within a domU > configuration file? I want to assign these upon boot up of a > xen instance.Yes.> > If so how?"xm create --help_config" gives: cpu_cap = CAP cpu_weight = WEIGHT -- Mats> > Thanks.. > > -L > > -- > Larry Ludwig > Empowering Media > 1-866-792-0489 x600 > Have you visited our customer service blog? > http://www.supportem.com/blog/ > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
That didn''t work at least with Xen 3.0.3. It works at least via command line: [root@node00 auto]# xm sched-credit -d eris {''cap'': 0, ''weight'': 256} [root@node00 auto]# xm sched-credit -d eris -c 50 [root@node00 auto]# xm sched-credit -d eris {''cap'': 50, ''weight'': 256} I donno if this is a 3.0.3 issue or what. -L -- Larry Ludwig Empowering Media 1-866-792-0489 x600 Have you visited our customer service blog? http://www.supportem.com/blog/> -----Original Message----- > From: Petersson, Mats [mailto:Mats.Petersson@amd.com] > Sent: Friday, March 16, 2007 12:07 PM > To: Larry Ludwig; xen-users@lists.xensource.com > Subject: RE: [Xen-users] Allocate xm sched-credit at boot time? > > > -----Original Message----- > > From: xen-users-bounces@lists.xensource.com > > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > > Larry Ludwig > > Sent: 16 March 2007 16:03 > > To: xen-users@lists.xensource.com > > Subject: [Xen-users] Allocate xm sched-credit at boot time? > > > > Hi is there a way to assign weight and cap of a xen instance > > within a domU > > configuration file? I want to assign these upon boot up of a > > xen instance. > > Yes. > > > > If so how? > > "xm create --help_config" gives: > cpu_cap = CAP > cpu_weight = WEIGHT > > -- > Mats > > > > Thanks.. > > > > -L > > > > -- > > Larry Ludwig > > Empowering Media > > 1-866-792-0489 x600 > > Have you visited our customer service blog? > > http://www.supportem.com/blog/ > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > > > > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Petersson, Mats
2007-Mar-16 16:34 UTC
RE: [Xen-users] Allocate xm sched-credit at boot time?
> -----Original Message----- > From: Larry Ludwig [mailto:larrylud@gmail.com] > Sent: 16 March 2007 16:29 > To: Petersson, Mats; xen-users@lists.xensource.com > Subject: RE: [Xen-users] Allocate xm sched-credit at boot time? > > That didn''t work at least with Xen 3.0.3. > > It works at least via command line: > > [root@node00 auto]# xm sched-credit -d eris > {''cap'': 0, ''weight'': 256} > [root@node00 auto]# xm sched-credit -d eris -c 50 > [root@node00 auto]# xm sched-credit -d eris > {''cap'': 50, ''weight'': 256} > > I donno if this is a 3.0.3 issue or what.Yes, from what I can tell, 12181 was the changeset that added this feature, which is a few changesets after the 11775 or so that is the latest changeset in 3.0.3. So you need 3.0.4 for that to work. In my opinion, 3.0.4 fixes a fair few other things too, so it''s probably not a bad idea to upgrade (unless you''re holding back for 3.0.5 that''s due out any week now). -- Mats> > -L > > -- > Larry Ludwig > Empowering Media > 1-866-792-0489 x600 > Have you visited our customer service blog? > http://www.supportem.com/blog/ > > > > -----Original Message----- > > From: Petersson, Mats [mailto:Mats.Petersson@amd.com] > > Sent: Friday, March 16, 2007 12:07 PM > > To: Larry Ludwig; xen-users@lists.xensource.com > > Subject: RE: [Xen-users] Allocate xm sched-credit at boot time? > > > > > -----Original Message----- > > > From: xen-users-bounces@lists.xensource.com > > > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > > > Larry Ludwig > > > Sent: 16 March 2007 16:03 > > > To: xen-users@lists.xensource.com > > > Subject: [Xen-users] Allocate xm sched-credit at boot time? > > > > > > Hi is there a way to assign weight and cap of a xen instance > > > within a domU > > > configuration file? I want to assign these upon boot up of a > > > xen instance. > > > > Yes. > > > > > > If so how? > > > > "xm create --help_config" gives: > > cpu_cap = CAP > > cpu_weight = WEIGHT > > > > -- > > Mats > > > > > > Thanks.. > > > > > > -L > > > > > > -- > > > Larry Ludwig > > > Empowering Media > > > 1-866-792-0489 x600 > > > Have you visited our customer service blog? > > > http://www.supportem.com/blog/ > > > > > > > > > _______________________________________________ > > > Xen-users mailing list > > > Xen-users@lists.xensource.com > > > http://lists.xensource.com/xen-users > > > > > > > > > > > > > > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Waiting for centos 5 actually :-) Does anyone know which version of xen will be in that one? Currently using FC 6 with xen 3.0.3 -L -- Larry Ludwig Empowering Media 1-866-792-0489 x600 Have you visited our customer service blog? http://www.supportem.com/blog/> -----Original Message----- > From: Petersson, Mats [mailto:Mats.Petersson@amd.com] > Sent: Friday, March 16, 2007 12:35 PM > To: Larry Ludwig; xen-users@lists.xensource.com > Subject: RE: [Xen-users] Allocate xm sched-credit at boot time? > > > -----Original Message----- > > From: Larry Ludwig [mailto:larrylud@gmail.com] > > Sent: 16 March 2007 16:29 > > To: Petersson, Mats; xen-users@lists.xensource.com > > Subject: RE: [Xen-users] Allocate xm sched-credit at boot time? > > > > That didn''t work at least with Xen 3.0.3. > > > > It works at least via command line: > > > > [root@node00 auto]# xm sched-credit -d eris > > {''cap'': 0, ''weight'': 256} > > [root@node00 auto]# xm sched-credit -d eris -c 50 > > [root@node00 auto]# xm sched-credit -d eris > > {''cap'': 50, ''weight'': 256} > > > > I donno if this is a 3.0.3 issue or what. > > Yes, from what I can tell, 12181 was the changeset that added this > feature, which is a few changesets after the 11775 or so that is the > latest changeset in 3.0.3. > > So you need 3.0.4 for that to work. In my opinion, 3.0.4 fixes a fair > few other things too, so it''s probably not a bad idea to > upgrade (unless > you''re holding back for 3.0.5 that''s due out any week now). > > -- > Mats > > > > > -L > > > > -- > > Larry Ludwig > > Empowering Media > > 1-866-792-0489 x600 > > Have you visited our customer service blog? > > http://www.supportem.com/blog/ > > > > > > > -----Original Message----- > > > From: Petersson, Mats [mailto:Mats.Petersson@amd.com] > > > Sent: Friday, March 16, 2007 12:07 PM > > > To: Larry Ludwig; xen-users@lists.xensource.com > > > Subject: RE: [Xen-users] Allocate xm sched-credit at boot time? > > > > > > > -----Original Message----- > > > > From: xen-users-bounces@lists.xensource.com > > > > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > > > > Larry Ludwig > > > > Sent: 16 March 2007 16:03 > > > > To: xen-users@lists.xensource.com > > > > Subject: [Xen-users] Allocate xm sched-credit at boot time? > > > > > > > > Hi is there a way to assign weight and cap of a xen instance > > > > within a domU > > > > configuration file? I want to assign these upon boot up of a > > > > xen instance. > > > > > > Yes. > > > > > > > > If so how? > > > > > > "xm create --help_config" gives: > > > cpu_cap = CAP > > > cpu_weight = WEIGHT > > > > > > -- > > > Mats > > > > > > > > Thanks.. > > > > > > > > -L > > > > > > > > -- > > > > Larry Ludwig > > > > Empowering Media > > > > 1-866-792-0489 x600 > > > > Have you visited our customer service blog? > > > > http://www.supportem.com/blog/ > > > > > > > > > > > > _______________________________________________ > > > > Xen-users mailing list > > > > Xen-users@lists.xensource.com > > > > http://lists.xensource.com/xen-users > > > > > > > > > > > > > > > > > > > > > > > > > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Luke S. Crawford
2007-Mar-16 17:53 UTC
RE: [Xen-users] Allocate xm sched-credit at boot time?
On Fri, 16 Mar 2007, Larry Ludwig wrote:> Waiting for centos 5 actually :-) Does anyone know which version of xen will > be in that one? Currently using FC 6 with xen 3.0.3RHEL5 (or the "upstream" as the CentOS people say) I think is somewhat detached from the xen releases; It claims xen 3.0.3 but uses a 2.6.18 kernel. this is what ''xm info'' says on a newly installed RHEL5 box: [root@localhost ~]# xm info host : localhost.localdomain release : 2.6.18-8.el5xen version : #1 SMP Fri Jan 26 14:42:21 EST 2007 machine : i686 nr_cpus : 4 nr_nodes : 1 sockets_per_node : 2 cores_per_socket : 1 threads_per_core : 2 cpu_mhz : 3790 hw_caps : bfebfbff:20100000:00000000:00000180:0000659d total_memory : 6143 free_memory : 129 xen_major : 3 xen_minor : 0 xen_extra : .3-rc5-8.el5 xen_caps : xen-3.0-x86_32p xen_pagesize : 4096 platform_params : virt_start=0xf5800000 xen_changeset : unavailable cc_compiler : gcc version 4.1.1 20070105 (Red Hat 4.1.1-52) cc_compile_by : brewbuilder cc_compile_domain : build.redhat.com cc_compile_date : Fri Jan 26 14:12:22 EST 2007 xend_config_format : 2 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Yes we''ve been very happy with the FC 6 xen kernel, unlike xensource''s it''s been very stable with our 3ware card. Plus RH adds many patches to the stock kernel. -L -- Larry Ludwig Empowering Media 1-866-792-0489 x600 Have you visited our customer service blog? http://www.supportem.com/blog/> -----Original Message----- > From: Luke S. Crawford [mailto:lsc@prgmr.com] > Sent: Friday, March 16, 2007 1:54 PM > To: Larry Ludwig > Cc: ''Petersson, Mats''; xen-users@lists.xensource.com > Subject: RE: [Xen-users] Allocate xm sched-credit at boot time? > > On Fri, 16 Mar 2007, Larry Ludwig wrote: > > Waiting for centos 5 actually :-) Does anyone know which > version of xen will > > be in that one? Currently using FC 6 with xen 3.0.3 > > RHEL5 (or the "upstream" as the CentOS people say) I think is > somewhat > detached from the xen releases; It claims xen 3.0.3 but uses > a 2.6.18 > kernel. this is what ''xm info'' says on a newly installed RHEL5 box: > > [root@localhost ~]# xm info > host : localhost.localdomain > release : 2.6.18-8.el5xen > version : #1 SMP Fri Jan 26 14:42:21 EST 2007 > machine : i686 > nr_cpus : 4 > nr_nodes : 1 > sockets_per_node : 2 > cores_per_socket : 1 > threads_per_core : 2 > cpu_mhz : 3790 > hw_caps : bfebfbff:20100000:00000000:00000180:0000659d > total_memory : 6143 > free_memory : 129 > xen_major : 3 > xen_minor : 0 > xen_extra : .3-rc5-8.el5 > xen_caps : xen-3.0-x86_32p > xen_pagesize : 4096 > platform_params : virt_start=0xf5800000 > xen_changeset : unavailable > cc_compiler : gcc version 4.1.1 20070105 (Red Hat 4.1.1-52) > cc_compile_by : brewbuilder > cc_compile_domain : build.redhat.com > cc_compile_date : Fri Jan 26 14:12:22 EST 2007 > xend_config_format : 2 >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Kraska, Joe A \(US SSA\)
2007-Mar-16 19:38 UTC
RE: [Xen-users] Allocate xm sched-credit at boot time?
Centos 5 will mirror Redhat, as far as I know, EXACTLY, except with the proprietary parts removed. I haven''t installed RHEL5 GA yet, but I was told it was Xen 3.0.3.> -----Original Message----- > From: xen-users-bounces@lists.xensource.com [mailto:xen-users- > bounces@lists.xensource.com] On Behalf Of Larry Ludwig > Sent: Friday, March 16, 2007 9:42 AM > To: ''Petersson, Mats''; xen-users@lists.xensource.com > Subject: RE: [Xen-users] Allocate xm sched-credit at boot time? > > Waiting for centos 5 actually :-) Does anyone know which version ofxen will> be in that one? Currently using FC 6 with xen 3.0.3 > > -L > > -- > Larry Ludwig > Empowering Media > 1-866-792-0489 x600 > Have you visited our customer service blog? > http://www.supportem.com/blog/ > > > > -----Original Message----- > > From: Petersson, Mats [mailto:Mats.Petersson@amd.com] > > Sent: Friday, March 16, 2007 12:35 PM > > To: Larry Ludwig; xen-users@lists.xensource.com > > Subject: RE: [Xen-users] Allocate xm sched-credit at boot time? > > > > > -----Original Message----- > > > From: Larry Ludwig [mailto:larrylud@gmail.com] > > > Sent: 16 March 2007 16:29 > > > To: Petersson, Mats; xen-users@lists.xensource.com > > > Subject: RE: [Xen-users] Allocate xm sched-credit at boot time? > > > > > > That didn''t work at least with Xen 3.0.3. > > > > > > It works at least via command line: > > > > > > [root@node00 auto]# xm sched-credit -d eris > > > {''cap'': 0, ''weight'': 256} > > > [root@node00 auto]# xm sched-credit -d eris -c 50 > > > [root@node00 auto]# xm sched-credit -d eris > > > {''cap'': 50, ''weight'': 256} > > > > > > I donno if this is a 3.0.3 issue or what. > > > > Yes, from what I can tell, 12181 was the changeset that added this > > feature, which is a few changesets after the 11775 or so that is the > > latest changeset in 3.0.3. > > > > So you need 3.0.4 for that to work. In my opinion, 3.0.4 fixes afair> > few other things too, so it''s probably not a bad idea to > > upgrade (unless > > you''re holding back for 3.0.5 that''s due out any week now). > > > > -- > > Mats > > > > > > > > -L > > > > > > -- > > > Larry Ludwig > > > Empowering Media > > > 1-866-792-0489 x600 > > > Have you visited our customer service blog? > > > http://www.supportem.com/blog/ > > > > > > > > > > -----Original Message----- > > > > From: Petersson, Mats [mailto:Mats.Petersson@amd.com] > > > > Sent: Friday, March 16, 2007 12:07 PM > > > > To: Larry Ludwig; xen-users@lists.xensource.com > > > > Subject: RE: [Xen-users] Allocate xm sched-credit at boot time? > > > > > > > > > -----Original Message----- > > > > > From: xen-users-bounces@lists.xensource.com > > > > > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > > > > > Larry Ludwig > > > > > Sent: 16 March 2007 16:03 > > > > > To: xen-users@lists.xensource.com > > > > > Subject: [Xen-users] Allocate xm sched-credit at boot time? > > > > > > > > > > Hi is there a way to assign weight and cap of a xen instance > > > > > within a domU > > > > > configuration file? I want to assign these upon boot up of a > > > > > xen instance. > > > > > > > > Yes. > > > > > > > > > > If so how? > > > > > > > > "xm create --help_config" gives: > > > > cpu_cap = CAP > > > > cpu_weight = WEIGHT > > > > > > > > -- > > > > Mats > > > > > > > > > > Thanks.. > > > > > > > > > > -L > > > > > > > > > > -- > > > > > Larry Ludwig > > > > > Empowering Media > > > > > 1-866-792-0489 x600 > > > > > Have you visited our customer service blog? > > > > > http://www.supportem.com/blog/ > > > > > > > > > > > > > > > _______________________________________________ > > > > > Xen-users mailing list > > > > > Xen-users@lists.xensource.com > > > > > http://lists.xensource.com/xen-users > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Julian Pawlowski
2007-Mar-16 21:30 UTC
Re: [Xen-users] Allocate xm sched-credit at boot time?
> That didn''t work at least with Xen 3.0.3.That doesn''t work with 3.0.4 eather :-( Julian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nico Kadel-Garcia
2007-Mar-17 08:29 UTC
Re: [Xen-users] Allocate xm sched-credit at boot time?
Kraska, Joe A (US SSA) wrote:> Centos 5 will mirror Redhat, as far as I know, EXACTLY, except > with the proprietary parts removed. I haven''t installed RHEL5 GA > yet, but I was told it was Xen 3.0.3.This is their Standard Operatng Procedure. Tools that significantly benefet from being more recent versions are set aside and put in a distinct sub-repository called "centosplus". For CentOS 4.4, they included the kernel with NTFS and other newly reliable features enabled, MySQL 5 and PHP 5 instead of the RHEL 4 standards of MySQL 4 and PHP 4, a significantly more recent HTTPD, Perl 5.8.8 instead of the increasingly out-of-date and difficult to compile CPAN modules for Perl 5.8.5, etc. I''d expect this to continue: in fact, the centosplus repository is a godsend for RHEL administrators who need more recent versions of such tools. I''m unclear whether Xen will wind up in there, but if there are significant enhancements to it in the next few years, I''d be willing to work towards such a toolset. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Bernard Golden
2007-Mar-17 10:11 UTC
RE: [Xen-users] Allocate xm sched-credit at boot time?
RHEL5 is 3.03 with some patches. I believe the first update to RHEL5 will move to 3.05. Bernard Golden Chief Executive Officer, Navica www.navicasoft.com Author, "Succeeding with Open Source," Addison-Wesley, 2005 (T) 650 585 5309 (C) 650 400 3204 (F) 650 591 3805 Sign up for Navica''s monthly open source newsletter Read my open source blog for CIO Magazine -----Original Message----- From: Nico Kadel-Garcia [mailto:nkadel@gmail.com] Sent: Saturday, March 17, 2007 1:29 AM To: xen-users@lists.xensource.com Subject: Re: [Xen-users] Allocate xm sched-credit at boot time? Kraska, Joe A (US SSA) wrote:> Centos 5 will mirror Redhat, as far as I know, EXACTLY, except with > the proprietary parts removed. I haven''t installed RHEL5 GA yet, but I> was told it was Xen 3.0.3.This is their Standard Operatng Procedure. Tools that significantly benefet from being more recent versions are set aside and put in a distinct sub-repository called "centosplus". For CentOS 4.4, they included the kernel with NTFS and other newly reliable features enabled, MySQL 5 and PHP 5 instead of the RHEL 4 standards of MySQL 4 and PHP 4, a significantly more recent HTTPD, Perl 5.8.8 instead of the increasingly out-of-date and difficult to compile CPAN modules for Perl 5.8.5, etc. I''d expect this to continue: in fact, the centosplus repository is a godsend for RHEL administrators who need more recent versions of such tools. I''m unclear whether Xen will wind up in there, but if there are significant enhancements to it in the next few years, I''d be willing to work towards such a toolset. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nico Kadel-Garcia
2007-Mar-17 20:59 UTC
Re: [Xen-users] Allocate xm sched-credit at boot time?
Bernard Golden wrote:> RHEL5 is 3.03 with some patches. I believe the first update to RHEL5 > will move to 3.05.I''ll bet even money that CentOS hops to 3.0.4 or 3.0.5, long before then in the centosplus repository. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mark Williamson
2007-Mar-18 03:57 UTC
Re: [Xen-users] Allocate xm sched-credit at boot time?
I''m hoping they''ll support non-PAE mode for 32-bit hosts; I have a load of 32-bit non PAE guests from a homemade Xen-on-Centos 4 install. I''m hoping to avoid having to fiddle with the kernels to get them booting on CentOS 5 / Xen (RHEL afaik only supports PAE for 32-bit mode, as does Fedora). Cheers, Mark On Saturday 17 March 2007 20:59, Nico Kadel-Garcia wrote:> Bernard Golden wrote: > > RHEL5 is 3.03 with some patches. I believe the first update to RHEL5 > > will move to 3.05. > > I''ll bet even money that CentOS hops to 3.0.4 or 3.0.5, long before then in > the centosplus repository. > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- Dave: Just a question. What use is a unicyle with no seat? And no pedals! Mark: To answer a question with a question: What use is a skateboard? Dave: Skateboards have wheels. Mark: My wheel has a wheel! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Daniele Palumbo
2007-Mar-18 08:25 UTC
Re: [Xen-users] Allocate xm sched-credit at boot time?
Il giorno 16/mar/07, alle ore 17:34, Petersson, Mats ha scritto:> So you need 3.0.4 for that to work. In my opinion, 3.0.4 fixes a fair > few other things too, so it''s probably not a bad idea to upgrade > (unless > you''re holding back for 3.0.5 that''s due out any week now).hmm. so, what''s the status of 3.0.5? i have to install a new (or better, reinstall one 3.0.2) xen in a week... thanks d. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Petersson, Mats
2007-Mar-19 11:12 UTC
RE: [Xen-users] Allocate xm sched-credit at boot time?
> -----Original Message----- > From: Daniele Palumbo [mailto:daniele@retaggio.net] > Sent: 18 March 2007 08:26 > To: Petersson, Mats > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] Allocate xm sched-credit at boot time? > > Il giorno 16/mar/07, alle ore 17:34, Petersson, Mats ha scritto: > > So you need 3.0.4 for that to work. In my opinion, 3.0.4 > fixes a fair > > few other things too, so it''s probably not a bad idea to upgrade > > (unless > > you''re holding back for 3.0.5 that''s due out any week now). > > hmm. > so, what''s the status of 3.0.5?Well, that''s what "unstable" will become when it''s released in a few weeks (at least I think it''s a few weeks - I still have no control over releases from Xen, since I work for AMD, not XenSource [not saying I would necessarily have any more control if I were employed by XenSource - only SOME of the XenSource staff have real control over release schedules etc]). As usual, a new release brings solutions for some old problems, and new problems that no one has seen before... ;-) -- Mats> > i have to install a new (or better, reinstall one 3.0.2) xen in a > week.. > > thanks > d. > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Daniele Palumbo
2007-Mar-19 13:34 UTC
Re: [Xen-users] Allocate xm sched-credit at boot time?
Il giorno 19/mar/07, alle ore 12:12, Petersson, Mats ha scritto:>> so, what''s the status of 3.0.5? > > As usual, a new release brings solutions for some old problems, and > new > problems that no one has seen before... ;-)just one word: 32on64 :D bye d. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users