|
|
|
|
|
|
|
|
|
|
xen-users
Looking in the dmesg for a domU, i saw the following:
io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered
Reading docs i found it was about the Linux IO Scheduler.
cat /sys/block/sda1/queue/scheduler
[noop] anticipatory deadline cfq
Now using cfq for scheduler
echo cfq > /sys/block/sda1/queue/scheduler
cat /sys/block/sda1/queue/scheduler
noop anticipatory deadline [cfq]
Now there is a log entry in /var/log/messages about cfq, it says
Jan 9 05:39:28 host6 kernel: cfq: depth 4 reached, tagging now on
The same message is also displayed on the console of domU.
The scheduler docs say that using elevator= option with kernel a scheduler can be specified at the command line, however if i try to do that in domU, it doesn't work.
My dom0 has anticipatory as the scheduler which is the default IO scheduler.
Any one has any ideas or worked with the io scheduler ? --
regards,
Anand
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] io scheduler,
Anand <=
|
|
|
|
|