* [solved] Re: Set cpu_weight and cpu_cap at boot time
[not found] <544FBEB6875DAA46A08323B58D26B8010199298E@dewdfe14.wdf.sap.corp>
@ 2007-06-05 13:51 ` Volker Badziong
2007-06-05 14:13 ` Volker Badziong
1 sibling, 0 replies; 4+ messages in thread
From: Volker Badziong @ 2007-06-05 13:51 UTC (permalink / raw)
To: xen-devel
Shouldn't RESTART be semantically the same as SHUTDOWN && CREATE ?!
Regards,
Volker
>
> > That may well be the case, but it probably takes a bit more digging
> > before that can be solved.
>
> It actually works. It was my fault.
>
> I tested it by setting cpu_weight in the config and the RESTARTING the
> domain. This did not read the new value but use the last one.
> SHUTDOWN and CREATE does recognize the new value in the config file.
>
> Sorry to bother you.
>
> Regards
> Dominik
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger
^ permalink raw reply [flat|nested] 4+ messages in thread* [solved] Re: Set cpu_weight and cpu_cap at boot time
[not found] <544FBEB6875DAA46A08323B58D26B8010199298E@dewdfe14.wdf.sap.corp>
2007-06-05 13:51 ` [solved] Re: Set cpu_weight and cpu_cap at boot time Volker Badziong
@ 2007-06-05 14:13 ` Volker Badziong
2007-06-05 14:18 ` Petersson, Mats
1 sibling, 1 reply; 4+ messages in thread
From: Volker Badziong @ 2007-06-05 14:13 UTC (permalink / raw)
To: xen-devel
Hi,
shouldn't RESTART be semantically the same as SHUTDOWN && CREATE ?!
Regards,
Volker
>
> > That may well be the case, but it probably takes a bit more digging
> > before that can be solved.
>
> It actually works. It was my fault.
>
> I tested it by setting cpu_weight in the config and the RESTARTING the
> domain. This did not read the new value but use the last one.
> SHUTDOWN and CREATE does recognize the new value in the config file.
>
> Sorry to bother you.
>
> Regards
> Dominik
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
^ permalink raw reply [flat|nested] 4+ messages in thread* RE: [solved] Re: Set cpu_weight and cpu_cap at boot time
2007-06-05 14:13 ` Volker Badziong
@ 2007-06-05 14:18 ` Petersson, Mats
0 siblings, 0 replies; 4+ messages in thread
From: Petersson, Mats @ 2007-06-05 14:18 UTC (permalink / raw)
To: Volker Badziong, xen-devel
> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com
> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of
> Volker Badziong
> Sent: 05 June 2007 15:13
> To: xen-devel@lists.xensource.com
> Subject: [solved] Re: [Xen-devel] Set cpu_weight and cpu_cap
> at boot time
>
> Hi,
>
> shouldn't RESTART be semantically the same as SHUTDOWN && CREATE ?!
Just like a system reboot is not exactly the same as powerdown and power
up, restart just WARM RESTARTS the guest - so it essentially just tells
the guest to start over from scratch. So it uses the stored
configuration of the guest, rather than re-reading the guest config
[note that a guest configuration isn't necessarily a file - you can
specify every single component as a command-line argument to the "xm
create" command, so "xm create" actually stores all the values given to
it, and any updates are also changing the stored values].
So they are not and can not be exactly the same.
--
Mats
>
> Regards,
> Volker
>
>
> >
> > > That may well be the case, but it probably takes a bit
> more digging
> > > before that can be solved.
> >
> > It actually works. It was my fault.
> >
> > I tested it by setting cpu_weight in the config and the
> RESTARTING the
> > domain. This did not read the new value but use the last one.
> > SHUTDOWN and CREATE does recognize the new value in the config file.
> >
> > Sorry to bother you.
> >
> > Regards
> > Dominik
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
>
>
> --
> GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
> Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Set cpu_weight and cpu_cap at boot time
@ 2007-06-05 12:27 Petersson, Mats
2007-06-05 13:22 ` [solved] " Dominik Klein
0 siblings, 1 reply; 4+ messages in thread
From: Petersson, Mats @ 2007-06-05 12:27 UTC (permalink / raw)
To: Dominik Klein, xen-devel
> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com
> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of
> Dominik Klein
> Sent: 05 June 2007 13:20
> To: xen-devel@lists.xensource.com
> Subject: Re: [Xen-devel] Set cpu_weight and cpu_cap at boot time
>
> > But that only means that they can't be used by XenAPI - as far as I
> > know, "xm create" doesn't use XenAPI - at least it didn't a
> week or two
> > ago...
>
> Ok, maybe, I am not familiar with that.
>
> Well that does not change that both configuration items do
> not work (for
> my PV linux domains in xen 3.1.0)
That may well be the case, but it probably takes a bit more digging
before that can be solved.
--
Mats
>
> Regards
> Dominik
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [solved] Re: Set cpu_weight and cpu_cap at boot time
2007-06-05 12:27 Petersson, Mats
@ 2007-06-05 13:22 ` Dominik Klein
0 siblings, 0 replies; 4+ messages in thread
From: Dominik Klein @ 2007-06-05 13:22 UTC (permalink / raw)
To: xen-devel
> That may well be the case, but it probably takes a bit more digging
> before that can be solved.
It actually works. It was my fault.
I tested it by setting cpu_weight in the config and the RESTARTING the
domain. This did not read the new value but use the last one.
SHUTDOWN and CREATE does recognize the new value in the config file.
Sorry to bother you.
Regards
Dominik
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-06-05 14:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <544FBEB6875DAA46A08323B58D26B8010199298E@dewdfe14.wdf.sap.corp>
2007-06-05 13:51 ` [solved] Re: Set cpu_weight and cpu_cap at boot time Volker Badziong
2007-06-05 14:13 ` Volker Badziong
2007-06-05 14:18 ` Petersson, Mats
2007-06-05 12:27 Petersson, Mats
2007-06-05 13:22 ` [solved] " Dominik Klein
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.