From: Tom Vier <tmv5@home.com>
To: linux-kernel@vger.kernel.org
Subject: block devs and high latency
Date: Sun, 9 Dec 2001 18:36:52 -0500 [thread overview]
Message-ID: <20011209183652.A18469@zero> (raw)
while doing some experimentation, i've discovered an annoying problem. when
writing to one or two scsi drives, there seems to be some weird side
effects. the effect is the same, whether i run cat /dev/zero > /dev/sdc1 or
dd bs=131027 if=/dev/zero of=/dev/sdc1. buffer size doesn't make a
difference, bs can also be set to 5 megs. if you hit ctrl-c to kill one or
two of the dd or cat procs, you can't switch consoles for a good 20-30
seconds (my estimation). i was running screen and i couldn't switch screens,
either, so, at some level, all keyboard input was being delayed. the machine
has normal ping times during this.
also, if you run sync while the other procs are running, it won't return
until they're done. it also is unkillable during this, in state D. is this a
race? ie, as sync flushes dirty buffers, they're added just as fast. i
always thought sync was atomic and meant "flush every io issued before this
call, but not after".
this is using 2.4.17-pre6 on an alpha pws500 with a half gig of ram, and a
sym53c895 (using the new driver).
--
Tom Vier <tmv5@home.com>
DSA Key id 0x27371A2C
reply other threads:[~2001-12-09 23:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20011209183652.A18469@zero \
--to=tmv5@home.com \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox