Displaying 3 results from an estimated 3 matches for "sedf_scheduler_mini".
2006 Jan 10
5
Suggestions for the xen user''s manual / wiki
...s is not a FAQ.
2) Scheduling issue
The system was unusable with high CPU load in dom0, all other domains
were almost dead, and there''s apparantly no comprehensive documentation
of xen''s schedulers (please point out the relevant docs to me if I''m
wrong, all I found was sedf_scheduler_mini-HOWTO.txt,
xenwiki/Scheduling and `man xm`, none of which helps to understand
scheduling well enough to change its parameters). Thanks to Tim Freeman
I found an easy setup that works for me: I set the scheduling parameters
for all domains via "xm sched-sedf <domID> 0 0 0 1 1" or som...
2012 Jun 20
7
[PATCH] xl: fix sedf parameters checking
9d1fd58ff602 was bogous in not letting a new domain being created
if its scheduling parameters --when running under the sedf scheduler--
were not fully specified, making creation fail like in this example
here below:
2012-06-16 07:37:47 Z executing ssh ... root@10.80.248.105 xl create /etc/xen/debian.guest.osstest.cfg
libxl: error: libxl.c:3619:sched_sedf_domain_set: setting domain sched sedf:
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces
previous postings of those patches.
The main difference is that the xl cfg file is now formatted using POD
instead of markdown and presented as a manpage.
I have setup a cron job to build docs/html and publish it at
http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now).
The motivation for some of these patches