From: Philippe Pegon <Philippe.Pegon@crc.u-strasbg.fr>
To: "Miro Dietiker, MD Systems" <info@md-systems.ch>
Cc: "'Neil Brown'" <neilb@suse.de>, linux-kernel@vger.kernel.org
Subject: Re: AW: Locking md device and system for several seconds
Date: Sun, 13 Nov 2005 12:58:12 +0100 [thread overview]
Message-ID: <43772A54.3090904@crc.u-strasbg.fr> (raw)
In-Reply-To: <018a01c5e844$18127490$4001a8c0@MDSYSPORT>
Miro Dietiker, MD Systems wrote:
> :-)
>
>
>>Can you check which IO scheduler the drives are using, try different
>>schedulers, and see if it makes a different.
>
>
> there was [anticipatory] selected.
>
> ORIGINAL:
> tiger:~# grep . /sys/block/*/queue/scheduler
> /sys/block/fd0/queue/scheduler:noop [anticipatory] deadline cfq
> /sys/block/hdd/queue/scheduler:noop [anticipatory] deadline cfq
> /sys/block/sda/queue/scheduler:noop [anticipatory] deadline cfq
> /sys/block/sdb/queue/scheduler:noop [anticipatory] deadline cfq
>
> NEW:
> tiger:~# grep . /sys/block/*/queue/scheduler
> /sys/block/fd0/queue/scheduler:noop anticipatory deadline [cfq]
> /sys/block/hdd/queue/scheduler:noop anticipatory deadline [cfq]
> /sys/block/sda/queue/scheduler:noop anticipatory deadline [cfq]
> /sys/block/sdb/queue/scheduler:noop anticipatory deadline [cfq]
>
> System seems to work, but I need some testing time to check that
> behaviour. (Any suggestion of a testing tool to generate disk
> traffic and reporting response-times and throughput?)
>
> Which is the right way / position on bootup to set this field
> permanent to this value and what exactly did I change with this
> modification? (Performance issues?)
> I'm using debian..
you can use the kernel argument elevator=cfq in your lilo or grub boot
config file.
you can read this article about cfq :
http://lwn.net/Articles/143474/
for information, it seems cfq is used in the default kernel in some
distributions.
>
> I also need to check this on the other (identical) machines.
>
> Thanks! Miro Dietiker
--
Philippe Pegon
prev parent reply other threads:[~2005-11-13 12:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-13 10:31 Locking md device and system for several seconds Miro Dietiker, MD Systems
2005-11-13 10:41 ` Neil Brown
2005-11-13 11:19 ` AW: " Miro Dietiker, MD Systems
2005-11-13 11:58 ` Philippe Pegon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43772A54.3090904@crc.u-strasbg.fr \
--to=philippe.pegon@crc.u-strasbg.fr \
--cc=info@md-systems.ch \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.